summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/winrt
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2016-03-21 14:45:14 +0100
committerMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2016-03-23 09:56:56 +0000
commit7565b734342facf9a848aced2d8f2a006a99f5a0 (patch)
tree4a91e1cbfa62a41ad57ee02b8ac8fa4cc837821c /mkspecs/features/winrt
parent1bbbb682b56df0a212dc5a7e249fa3b630111a10 (diff)
winrt: Enable windeployqt by default for Visual Studio projects
Using Visual Studio a user very seldom wants to disable the automatic invocation of windeployqt. Hence switch from opt-in behavior to opt-out. This also fixes first user experience to invoke qmake –tp vc and then hit run on examples. [ChangeLog][Platform Specific Changes][qmake] qmake-generated Visual Studio projects now automatically invoke windeployqt by default. Task-number: QTBUG-52008 Change-Id: Iee1607269c38c7f6c726f554978ac05477bebe5e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'mkspecs/features/winrt')
-rw-r--r--mkspecs/features/winrt/default_pre.prf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/features/winrt/default_pre.prf b/mkspecs/features/winrt/default_pre.prf
index 44e3c94b8a..8299950d8b 100644
--- a/mkspecs/features/winrt/default_pre.prf
+++ b/mkspecs/features/winrt/default_pre.prf
@@ -9,4 +9,6 @@
QMAKE_LIBS = ucrt.lib $$QMAKE_LIBS
}
+equals(TEMPLATE, "vcapp"): CONFIG += windeployqt
+
load(default_pre)