From d245b2827500eaecf9beef3d2a8407c2c2e90f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 13 Sep 2022 16:36:06 +0200 Subject: Move tvOS and watchOS mkspecs to unsupported directory Change-Id: I68077e331a3cd915d0b521f2f5f97638c05ccbc0 Reviewed-by: Alexandru Croitor --- mkspecs/unsupported/macx-tvos-clang/Info.plist.app | 39 ++++++++++++++++++++++ mkspecs/unsupported/macx-tvos-clang/Info.plist.lib | 20 +++++++++++ mkspecs/unsupported/macx-tvos-clang/qmake.conf | 19 +++++++++++ .../unsupported/macx-tvos-clang/qplatformdefs.h | 4 +++ .../unsupported/macx-watchos-clang/Info.plist.app | 35 +++++++++++++++++++ .../unsupported/macx-watchos-clang/Info.plist.lib | 20 +++++++++++ mkspecs/unsupported/macx-watchos-clang/qmake.conf | 19 +++++++++++ .../unsupported/macx-watchos-clang/qplatformdefs.h | 4 +++ 8 files changed, 160 insertions(+) create mode 100644 mkspecs/unsupported/macx-tvos-clang/Info.plist.app create mode 100644 mkspecs/unsupported/macx-tvos-clang/Info.plist.lib create mode 100644 mkspecs/unsupported/macx-tvos-clang/qmake.conf create mode 100644 mkspecs/unsupported/macx-tvos-clang/qplatformdefs.h create mode 100644 mkspecs/unsupported/macx-watchos-clang/Info.plist.app create mode 100644 mkspecs/unsupported/macx-watchos-clang/Info.plist.lib create mode 100644 mkspecs/unsupported/macx-watchos-clang/qmake.conf create mode 100644 mkspecs/unsupported/macx-watchos-clang/qplatformdefs.h (limited to 'mkspecs/unsupported') diff --git a/mkspecs/unsupported/macx-tvos-clang/Info.plist.app b/mkspecs/unsupported/macx-tvos-clang/Info.plist.app new file mode 100644 index 0000000000..b9b67fe41e --- /dev/null +++ b/mkspecs/unsupported/macx-tvos-clang/Info.plist.app @@ -0,0 +1,39 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIcons + + CFBundlePrimaryIcon + App Icon - Small + + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + ${QMAKE_SHORT_VERSION} + CFBundleSignature + ${QMAKE_PKGINFO_TYPEINFO} + CFBundleSupportedPlatforms + + AppleTVOS + + CFBundleVersion + ${QMAKE_FULL_VERSION} + LSRequiresIPhoneOS + + MinimumOSVersion + ${TVOS_DEPLOYMENT_TARGET} + NOTE + This file was generated by Qt/QMake. + + diff --git a/mkspecs/unsupported/macx-tvos-clang/Info.plist.lib b/mkspecs/unsupported/macx-tvos-clang/Info.plist.lib new file mode 100644 index 0000000000..34752ec40d --- /dev/null +++ b/mkspecs/unsupported/macx-tvos-clang/Info.plist.lib @@ -0,0 +1,20 @@ + + + + + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundlePackageType + FMWK + CFBundleShortVersionString + ${QMAKE_SHORT_VERSION} + CFBundleSignature + ${QMAKE_PKGINFO_TYPEINFO} + CFBundleVersion + ${QMAKE_FULL_VERSION} + NOTE + Please, do NOT change this file -- It was generated by Qt/QMake. + + 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) diff --git a/mkspecs/unsupported/macx-tvos-clang/qplatformdefs.h b/mkspecs/unsupported/macx-tvos-clang/qplatformdefs.h new file mode 100644 index 0000000000..17868302f9 --- /dev/null +++ b/mkspecs/unsupported/macx-tvos-clang/qplatformdefs.h @@ -0,0 +1,4 @@ +// Copyright (C) 2017 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + +#include "../common/mac/qplatformdefs.h" diff --git a/mkspecs/unsupported/macx-watchos-clang/Info.plist.app b/mkspecs/unsupported/macx-watchos-clang/Info.plist.app new file mode 100644 index 0000000000..5ac0ef78a0 --- /dev/null +++ b/mkspecs/unsupported/macx-watchos-clang/Info.plist.app @@ -0,0 +1,35 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + ${QMAKE_SHORT_VERSION} + CFBundleSignature + ${QMAKE_PKGINFO_TYPEINFO} + CFBundleVersion + ${QMAKE_FULL_VERSION} + MinimumOSVersion + ${WATCHOS_DEPLOYMENT_TARGET} + NOTE + This file was generated by Qt/QMake. + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + + WKWatchKitApp + + + diff --git a/mkspecs/unsupported/macx-watchos-clang/Info.plist.lib b/mkspecs/unsupported/macx-watchos-clang/Info.plist.lib new file mode 100644 index 0000000000..34752ec40d --- /dev/null +++ b/mkspecs/unsupported/macx-watchos-clang/Info.plist.lib @@ -0,0 +1,20 @@ + + + + + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundlePackageType + FMWK + CFBundleShortVersionString + ${QMAKE_SHORT_VERSION} + CFBundleSignature + ${QMAKE_PKGINFO_TYPEINFO} + CFBundleVersion + ${QMAKE_FULL_VERSION} + NOTE + Please, do NOT change this file -- It was generated by Qt/QMake. + + diff --git a/mkspecs/unsupported/macx-watchos-clang/qmake.conf b/mkspecs/unsupported/macx-watchos-clang/qmake.conf new file mode 100644 index 0000000000..ad4be38473 --- /dev/null +++ b/mkspecs/unsupported/macx-watchos-clang/qmake.conf @@ -0,0 +1,19 @@ +# +# qmake configuration for macx-watchos-clang +# + +QMAKE_WATCHOS_DEPLOYMENT_TARGET = 6.0 + +QMAKE_APPLE_TARGETED_DEVICE_FAMILY = 4 + +QMAKE_APPLE_DEVICE_ARCHS = armv7k +QMAKE_APPLE_SIMULATOR_ARCHS = i386 + +include(../common/watchos.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) diff --git a/mkspecs/unsupported/macx-watchos-clang/qplatformdefs.h b/mkspecs/unsupported/macx-watchos-clang/qplatformdefs.h new file mode 100644 index 0000000000..17868302f9 --- /dev/null +++ b/mkspecs/unsupported/macx-watchos-clang/qplatformdefs.h @@ -0,0 +1,4 @@ +// Copyright (C) 2017 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + +#include "../common/mac/qplatformdefs.h" -- cgit v1.2.3