From c3843beebb415219cf05d0d8a5aede7047a400a5 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Tue, 22 Jul 2014 15:25:50 +0200 Subject: [PATCH] Make Qt Quick Widgets Mac specific. Apparently its so new the Qt folks have not figured out cross platform config entirely yet --- qgroundcontrol.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 383124f38..2b2298ab4 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -108,8 +108,7 @@ QT += network \ sql \ printsupport \ webkitwidgets \ - quick \ - quickwidgets + quick # testlib is needed even in release flavor for QSignalSpy support QT += testlib @@ -125,8 +124,9 @@ MacBuild { QMAKE_INFO_PLIST = Custom-Info.plist CONFIG += x86_64 CONFIG -= x86 - QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6 - ICON = $$BASEDIR/files/images/icons/macx.icns + QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6 + ICON = $$BASEDIR/files/images/icons/macx.icns + QT += quickwidgets } LinuxBuild { -- 2.22.0