summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++-32/qmake.conf
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-08-19 18:28:38 -0700
committerJake Petroules <jake.petroules@qt.io>2016-08-22 16:55:16 +0000
commitde2b626b348e5e5c65efb234fe607ee1c5f8cda6 (patch)
tree5b73d4b89398910615182bdf1e2400fb56fcfb3f /mkspecs/macx-g++-32/qmake.conf
parent8d9bab47524226d56b9582f8cebe63799098e005 (diff)
Reorder directives in macOS mkspecs to match iOS, tvOS, and watchOS
Change-Id: Ic365f66908b97a18c72b732b73b65d77a28e91be Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'mkspecs/macx-g++-32/qmake.conf')
-rw-r--r--mkspecs/macx-g++-32/qmake.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/mkspecs/macx-g++-32/qmake.conf b/mkspecs/macx-g++-32/qmake.conf
index 3cd707d537..ac3b99c24e 100644
--- a/mkspecs/macx-g++-32/qmake.conf
+++ b/mkspecs/macx-g++-32/qmake.conf
@@ -10,14 +10,14 @@ MAKEFILE_GENERATOR = UNIX
CONFIG += app_bundle incremental global_init_link_order lib_version_first
QMAKE_INCREMENTAL_STYLE = sublib
-include(../common/macx.conf)
-include(../common/gcc-base-mac.conf)
-include(../common/g++-macx.conf)
-
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9
QMAKE_CFLAGS += -arch i386
QMAKE_CXXFLAGS += -arch i386
QMAKE_LFLAGS += -arch i386
+include(../common/macx.conf)
+include(../common/gcc-base-mac.conf)
+include(../common/g++-macx.conf)
+
load(qt_config)