summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-watchos-clang/qmake.conf
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-08-30 10:35:50 -0700
committerJake Petroules <jake.petroules@qt.io>2016-09-05 15:24:54 +0000
commitbeaa792e2021aad52ecd98a0e0f0f48571069dba (patch)
tree610079d8c09e20ecd86d5b7ce3bce5983316c093 /mkspecs/macx-watchos-clang/qmake.conf
parent603628b1ea1a4003f6295fd97025bd38520af143 (diff)
Make TARGETED_DEVICE_FAMILY variable platform independent
This reduces unnecessary OS conditions in qmake since these platforms are mutually exclusive, and also opens up their potential for use on future devices (like carOS(?), which is device idiom '5'). This is also more similar to what Xcode does, as the TARGETED_DEVICE_FAMILY variable is not platform specific. Change-Id: I29d209cd8e0779f492bda829008264773e13c75c Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'mkspecs/macx-watchos-clang/qmake.conf')
-rw-r--r--mkspecs/macx-watchos-clang/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/macx-watchos-clang/qmake.conf b/mkspecs/macx-watchos-clang/qmake.conf
index 3ad02b636e..03c05ad717 100644
--- a/mkspecs/macx-watchos-clang/qmake.conf
+++ b/mkspecs/macx-watchos-clang/qmake.conf
@@ -6,7 +6,7 @@ QMAKE_WATCHOS_DEPLOYMENT_TARGET = 2.2
INCLUDEPATH += $$PWD/watchos
-QMAKE_WATCHOS_TARGETED_DEVICE_FAMILY = 4
+QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 4
QMAKE_APPLE_DEVICE_ARCHS = armv7k
QMAKE_APPLE_SIMULATOR_ARCHS = i386