summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/macx-tvos-clang/qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/unsupported/macx-tvos-clang/qmake.conf')
-rw-r--r--mkspecs/unsupported/macx-tvos-clang/qmake.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/mkspecs/unsupported/macx-tvos-clang/qmake.conf b/mkspecs/unsupported/macx-tvos-clang/qmake.conf
new file mode 100644
index 0000000000..f3bd4ad410
--- /dev/null
+++ b/mkspecs/unsupported/macx-tvos-clang/qmake.conf
@@ -0,0 +1,19 @@
+#
+# qmake configuration for macx-tvos-clang
+#
+
+QMAKE_TVOS_DEPLOYMENT_TARGET = 13.0
+
+QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 3
+
+QMAKE_APPLE_DEVICE_ARCHS = arm64
+QMAKE_APPLE_SIMULATOR_ARCHS = x86_64
+
+include(../common/tvos.conf)
+include(../common/gcc-base-mac.conf)
+include(../common/clang.conf)
+include(../common/clang-mac.conf)
+include(../common/uikit/clang.conf)
+include(../common/uikit/qmake.conf)
+
+load(qt_config)