Commit 0bbbaa43 authored by Patrick José Pereira's avatar Patrick José Pereira

qgroundcontrol: Use qtquickcompiler by default

Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent bb40dd6c
......@@ -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)")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment