Hello Team QGC!
This is my firs post at Dronecode community so I’m so excited!
I have cloned QGC branch Stable_V4.3 and I’m currently modifying its source code for a custom project. I work on Windows 10.
- First problem is when I modify the code sometimes I need to rebuild it all due to following error:
warning: C4651: ‘/DAPP_VERSION_STR=“0.0.91”’ specified for precompiled header but not for current compile
- Also Debug build after the smallest change to QML files takes too long because linking process.
How can I make build times shorter?
Thanks in advance