summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/winrt_winphone/manifests/10.0
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-11-18 09:40:48 +0100
committerMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-11-19 19:59:17 +0000
commit536b38c1d3c2e8da78232d86416d17ce0563f1b3 (patch)
treec3e1609a31908a2bc896b6d54448f18fee630296 /mkspecs/common/winrt_winphone/manifests/10.0
parent83d7e83b78df037836d81a9aedaba99655a587b9 (diff)
Remove hardcoded capabilities in Windows 10 manifest template
While all apps need to have internetClient as a capability, the option to provide further capabilities via qmake has been removed in the template. Instead we add the required items inside the prf and keep the manifest template as generic as possible. Task-number: QTBUG-49504 Change-Id: If26b9da277a5269a57b34e74c146b40b1b64d091 Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com> Reviewed-by: Andrew Knight <andrew.knight@intopalo.com>
Diffstat (limited to 'mkspecs/common/winrt_winphone/manifests/10.0')
-rw-r--r--mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in5
1 files changed, 1 insertions, 4 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 9e188084ad..d091ea3b82 100644
--- a/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in
+++ b/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in
@@ -43,8 +43,5 @@
</uap:VisualElements>
</Application>
</Applications>
-
- <Capabilities>
- <Capability Name=\"internetClient\" />
- </Capabilities>
+ $${WINRT_MANIFEST.capabilities}
</Package>