diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index f8cb1d6881192b0d75a19e319d98bb27072c113e..b5af342c41da675ccc5e13eeaed1d8cff30b6a91 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -56,7 +56,6 @@ iOSBuild { error("Error building .plist file. 'ForAppStore' builds are only possible through the official build system.") } QT += qml-private - CONFIG += qtquickcompiler QMAKE_INFO_PLIST = $${BASEDIR}/ios/iOSForAppStore-Info.plist OTHER_FILES += $${BASEDIR}/ios/iOSForAppStore-Info.plist } else { @@ -203,6 +202,7 @@ LinuxBuild { CONFIG += qt \ thread \ c++11 \ + qtquickcompiler \ contains(DEFINES, ENABLE_VERBOSE_OUTPUT) { message("Enable verbose compiler output (manual override from command line)")