Commit c3843bee authored by Lorenz Meier's avatar Lorenz Meier

Make Qt Quick Widgets Mac specific. Apparently its so new the Qt folks have...

Make Qt Quick Widgets Mac specific. Apparently its so new the Qt folks have not figured out cross platform config entirely yet
parent 931b5f9d
...@@ -108,8 +108,7 @@ QT += network \ ...@@ -108,8 +108,7 @@ QT += network \
sql \ sql \
printsupport \ printsupport \
webkitwidgets \ webkitwidgets \
quick \ quick
quickwidgets
# testlib is needed even in release flavor for QSignalSpy support # testlib is needed even in release flavor for QSignalSpy support
QT += testlib QT += testlib
...@@ -125,8 +124,9 @@ MacBuild { ...@@ -125,8 +124,9 @@ MacBuild {
QMAKE_INFO_PLIST = Custom-Info.plist QMAKE_INFO_PLIST = Custom-Info.plist
CONFIG += x86_64 CONFIG += x86_64
CONFIG -= x86 CONFIG -= x86
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
ICON = $$BASEDIR/files/images/icons/macx.icns ICON = $$BASEDIR/files/images/icons/macx.icns
QT += quickwidgets
} }
LinuxBuild { LinuxBuild {
......
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