summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-clang-32
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2016-02-15 21:30:40 +0000
committerMike Krus <mike.krus@kdab.com>2016-03-05 22:20:24 +0000
commit8defe0f4e3d1c3b8ed01f8e615fb9f0a65835eb4 (patch)
tree250d1291be33709300fb9003e408bce0d31532cd /mkspecs/macx-clang-32
parent48f25caac4ba0ae3a0f7c556a434a7714c028354 (diff)
Remove iOS/OS X duplication
Move common configuration to mac Change-Id: Ic4a6ad896ac6fd46a0914a267ba87adecc6b37e4 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
Diffstat (limited to 'mkspecs/macx-clang-32')
-rw-r--r--mkspecs/macx-clang-32/qmake.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/mkspecs/macx-clang-32/qmake.conf b/mkspecs/macx-clang-32/qmake.conf
index ec33c02e93..3b1099c808 100644
--- a/mkspecs/macx-clang-32/qmake.conf
+++ b/mkspecs/macx-clang-32/qmake.conf
@@ -2,10 +2,6 @@
# qmake configuration for 32-bit Clang on OS X
#
-MAKEFILE_GENERATOR = UNIX
-CONFIG += app_bundle incremental global_init_link_order lib_version_first plugin_no_soname
-QMAKE_INCREMENTAL_STYLE = sublib
-
include(../common/macx.conf)
include(../common/gcc-base-mac.conf)
include(../common/clang.conf)