summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-watchos-clang
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-08-19 18:20:15 -0700
committerJake Petroules <jake.petroules@qt.io>2016-08-22 13:27:14 +0000
commit0b9acb3e320b39f159c7638cb89f92017b4e91da (patch)
tree9503f7b43bb79a88c06d553e6a01183f0ed72184 /mkspecs/macx-watchos-clang
parente0e9e196a72ffe5457034894eaaadc90ed0d34ef (diff)
Move common/ios configurations into common/uikit
These actually affect all UIKit platforms (tvOS, watchOS), not just iOS. Change-Id: I2b45ebecb10d11e33d301071093b5342ce101816 Reviewed-by: Mike Krus <mike.krus@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'mkspecs/macx-watchos-clang')
-rw-r--r--mkspecs/macx-watchos-clang/qmake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/macx-watchos-clang/qmake.conf b/mkspecs/macx-watchos-clang/qmake.conf
index bb9ab703b7..bfb6fc4e28 100644
--- a/mkspecs/macx-watchos-clang/qmake.conf
+++ b/mkspecs/macx-watchos-clang/qmake.conf
@@ -15,7 +15,7 @@ include(../common/watchos.conf)
include(../common/gcc-base-mac.conf)
include(../common/clang.conf)
include(../common/clang-mac.conf)
-include(../common/ios/clang.conf)
-include(../common/ios/qmake.conf)
+include(../common/uikit/clang.conf)
+include(../common/uikit/qmake.conf)
load(qt_config)