summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2020-06-05 09:24:37 +0200
committerLiang Qi <liang.qi@qt.io>2020-06-06 20:25:49 +0200
commit45b0f1be686cfba8dcecb9be5c875cae59c69276 (patch)
tree363dfd46575d147206267d854ce14747157f432e /mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in
parentaa81b90738ce9faee5e433617c8bd243cb238729 (diff)
Remove winrt
Macros and the await helper function from qfunctions_winrt(_p).h are needed in other Qt modules which use UWP APIs on desktop windows. Task-number: QTBUG-84434 Change-Id: Ice09c11436ad151c17bdccd2c7defadd08c13925 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in')
-rw-r--r--mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in52
1 files changed, 0 insertions, 52 deletions
diff --git a/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in b/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in
deleted file mode 100644
index fe9ddaf8f1..0000000000
--- a/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version=\"1.0\" encoding=\"utf-8\"?>
-
-<Package
- xmlns=\"http://schemas.microsoft.com/appx/manifest/foundation/windows10\"
- xmlns:mp=\"http://schemas.microsoft.com/appx/2014/phone/manifest\"
- xmlns:uap=\"http://schemas.microsoft.com/appx/manifest/uap/windows10\"
- xmlns:uap3=\"http://schemas.microsoft.com/appx/manifest/uap/windows10/3\"
- xmlns:mobile=\"http://schemas.microsoft.com/appx/manifest/mobile/windows10\"
- xmlns:iot=\"http://schemas.microsoft.com/appx/manifest/iot/windows10\"
- IgnorableNamespaces=\"uap uap3 mp mobile iot\">
-
- <Identity
- Name=\"$${WINRT_MANIFEST.identity}\"
- Publisher=\"$${WINRT_MANIFEST.publisherid}\"
- Version=\"$${WINRT_MANIFEST.version}\"
- ProcessorArchitecture=\"$${WINRT_MANIFEST.architecture}\" />
-
- <mp:PhoneIdentity PhoneProductId=\"$${WINRT_MANIFEST.identity}\" PhonePublisherId=\"$${WINRT_MANIFEST.phone_publisher_id}\"/>
-
- <Properties>
- <DisplayName>$${WINRT_MANIFEST.name}</DisplayName>
- <PublisherDisplayName>$${WINRT_MANIFEST.publisher}</PublisherDisplayName>
- <Logo>$${WINRT_MANIFEST.logo_store}</Logo>
- </Properties>
-
- <Dependencies>
- <TargetDeviceFamily Name=\"Windows.Universal\"
- MinVersion=\"$${WINRT_MANIFEST.minVersion}\"
- MaxVersionTested=\"$${WINRT_MANIFEST.maxVersionTested}\" />$${WINRT_MANIFEST.dependencies}
- </Dependencies>
-
- <Resources>
- <Resource Language=\"en\"/>
- </Resources>
-
- <Applications>
- <Application Id=\"App\"
- Executable=\"$${WINRT_MANIFEST.target}.exe\"
- EntryPoint=\"$${WINRT_MANIFEST.target}.App\">
- <uap:VisualElements
- DisplayName=\"$${WINRT_MANIFEST.name}\"
- Description=\"$${WINRT_MANIFEST.description}\"
- BackgroundColor=\"$${WINRT_MANIFEST.background}\"
- Square150x150Logo=\"$${WINRT_MANIFEST.logo_150x150}\"
- Square44x44Logo=\"$${WINRT_MANIFEST.logo_44x44}\">
-
- <uap:SplashScreen Image=\"$${WINRT_MANIFEST.logo_620x300}\" />
- </uap:VisualElements>
- </Application>
- </Applications>
- $${WINRT_MANIFEST.capabilities}
-</Package>