Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过使用正确的转义序列修复了我的问题:
DEFINES += QGC_APPLICATION_NAME='"\\\"Custom QGroundControl\\\""'
好的,我想我有一个解决方案:
QGC = '\\"Q Ground Control\\"' DEFINES += QGC_APPLICATION_NAME=\"$${QGC}\"
试试看,让我们知道它是怎么回事。