summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/macx-ios-clang/qmake.conf
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-03-02 15:46:37 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-05 18:40:12 +0100
commitd28f454a677d3f0a168b80aadfc97a20aeaa70ea (patch)
tree1a0b5bcb9fcd6d4e42e13bb6fd8b594ab5339623 /mkspecs/unsupported/macx-ios-clang/qmake.conf
parent26b260c0c18a50080ac75081b60671e4b1f04438 (diff)
Rename gcc-base-macx.conf to gcc-base-mac.conf and use it for iOS as well
The only difference between the two is that iOS append @executable_path/ to QMAKE_LFLAGS_SONAME, but since shared libraries are not supported on iOS anyways, this is not really something we have to care about. Change-Id: I4797a4dfb94d9b3af03af22618351b98b48f8255 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Diffstat (limited to 'mkspecs/unsupported/macx-ios-clang/qmake.conf')
-rw-r--r--mkspecs/unsupported/macx-ios-clang/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/unsupported/macx-ios-clang/qmake.conf b/mkspecs/unsupported/macx-ios-clang/qmake.conf
index 5213d4e555..47aeff8139 100644
--- a/mkspecs/unsupported/macx-ios-clang/qmake.conf
+++ b/mkspecs/unsupported/macx-ios-clang/qmake.conf
@@ -10,7 +10,7 @@ isEmpty(QMAKE_MAC_SDK): QMAKE_MAC_SDK = iphoneos
# keep things simple, e.g. by defining Q_OS_MAC _and_ Q_OS_IOS.
include(../../common/macx.conf)
-include(../../common/gcc-base-ios.conf)
+include(../../common/gcc-base-mac.conf)
include(../../common/xcode.conf)
include(../../common/clang.conf)
include(../../common/clang-mac.conf)