From 0bbbaa437bb78d8dbf8fe4485205d48a12bad0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 15 Jun 2018 18:17:33 -0300 Subject: [PATCH] qgroundcontrol: Use qtquickcompiler by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- qgroundcontrol.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index f8cb1d688..b5af342c4 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)") -- 2.22.0