aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-12-14 11:52:12 +0100
committerJake Petroules <jake.petroules@qt.io>2017-12-14 19:25:50 +0000
commit8eaef2035c2af7205e823eb9503721c29b0136a1 (patch)
tree7cee371a5d11808a8d781f88cfb781292c601eeb /src/lib/qtprofilesetup
parent73f5d22f936570cfb741d5b00d48cf7540c8f816 (diff)
Fix copy-paste error in Qt.core template
Change-Id: I7a67b030c53badb8de86464a8392efdc7010dfed Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'src/lib/qtprofilesetup')
-rw-r--r--src/lib/qtprofilesetup/templates/core.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/qtprofilesetup/templates/core.qbs b/src/lib/qtprofilesetup/templates/core.qbs
index 57b2b499f..ce3ddbb6c 100644
--- a/src/lib/qtprofilesetup/templates/core.qbs
+++ b/src/lib/qtprofilesetup/templates/core.qbs
@@ -182,7 +182,7 @@ Module {
// Universal Windows Platform support
cpp.windowsApiFamily: mkspecName.startsWith("winrt-") ? "pc" : undefined
- cpp.windowsApiFamilyAdditionalPartitions: mkspecPath.startsWith("winrt-") ? ["phone"] : undefined
+ cpp.windowsApiAdditionalPartitions: mkspecPath.startsWith("winrt-") ? ["phone"] : undefined
cpp.requireAppContainer: mkspecName.startsWith("winrt-")
additionalProductTypes: ["qm"]