diff options
author | Sebastian Kung <seb.kung@gmail.com> | 2018-05-19 16:22:47 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2018-07-05 17:12:42 +0200 |
commit | 28482efefb15dc2c273a52b96d1aceb995db4968 (patch) | |
tree | 361661dcf6b3af88b595007a52405e41733e3e7e /depends/patches/qt/mac-qmake.conf | |
parent | 40334c71d617ca08caf2ac13acf112ed590e5a88 (diff) |
Ugrade Qt depends to Qt5.9.4
Depends can now be built with Qt5.9.4 , which is Qt's new long term
support version.
Diffstat (limited to 'depends/patches/qt/mac-qmake.conf')
-rw-r--r-- | depends/patches/qt/mac-qmake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/patches/qt/mac-qmake.conf b/depends/patches/qt/mac-qmake.conf index ca70d30b15..337d0eb9ca 100644 --- a/depends/patches/qt/mac-qmake.conf +++ b/depends/patches/qt/mac-qmake.conf @@ -14,6 +14,7 @@ QMAKE_MAC_SDK.macosx.Path = $${MAC_SDK_PATH} QMAKE_MAC_SDK.macosx.platform_name = macosx QMAKE_MAC_SDK.macosx.SDKVersion = $${MAC_SDK_VERSION} QMAKE_MAC_SDK.macosx.PlatformPath = /phony +QMAKE_APPLE_DEVICE_ARCHS=x86_64 !host_build: QMAKE_CFLAGS += -target $${MAC_TARGET} !host_build: QMAKE_OBJECTIVE_CFLAGS += $$QMAKE_CFLAGS !host_build: QMAKE_CXXFLAGS += $$QMAKE_CFLAGS |