summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2016-01-25 13:22:34 +0100
committerMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2016-01-26 13:03:43 +0000
commit7d30f502f8cd5334bb7de8a91d32a8948d778f39 (patch)
treeb5bba7a1920353813b1c4296145879d7b6e83fa9
parentfd639b7adc3a536812f1d41f1da6b4f42b372b20 (diff)
winrt: Add mobile schema to default manifest
This allows users to add mobile specific features. Also it implicitly enables support for continuum on Windows 10 Mobile. Change-Id: I965123722f46df6e84fd279c3bfce478c1172632 Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
-rw-r--r--mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in3
1 files changed, 2 insertions, 1 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
index d091ea3b82..820c672a02 100644
--- a/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in
+++ b/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in
@@ -4,7 +4,8 @@
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\"
- IgnorableNamespaces=\"uap mp\">
+ xmlns:mobile=\"http://schemas.microsoft.com/appx/manifest/mobile/windows10\"
+ IgnorableNamespaces=\"uap mp mobile\">
<Identity
Name=\"$${WINRT_MANIFEST.identity}\"