summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-clang-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-clang-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-clang-32/qmake.conf')
-rw-r--r--mkspecs/macx-clang-32/qmake.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/mkspecs/macx-clang-32/qmake.conf b/mkspecs/macx-clang-32/qmake.conf
index ba3c7cab6c..9e3f28b477 100644
--- a/mkspecs/macx-clang-32/qmake.conf
+++ b/mkspecs/macx-clang-32/qmake.conf
@@ -2,15 +2,15 @@
# qmake configuration for 32-bit Clang on OS X
#
-include(../common/macx.conf)
-include(../common/gcc-base-mac.conf)
-include(../common/clang.conf)
-include(../common/clang-mac.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/clang.conf)
+include(../common/clang-mac.conf)
+
load(qt_config)