aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Paaso <matti.paaso@qt.io>2019-10-31 16:10:00 +0200
committerMatti Paaso <matti.paaso@qt.io>2019-11-04 14:46:22 +0200
commitf178318d2f903bb85b4c8313ffd26904b1c04056 (patch)
tree5c6a6a5194cae70a4f83d196ec3058f185bfa89c
parent3fb1ba5db8596a836a57beda96d2dcb65ffc6f01 (diff)
Add new target for installer framework
Task-number: QTQAINFRA-3284 Change-Id: I3945160f212921b2b30cd39982a808cfc164a1b1 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
-rw-r--r--coin/platform_configs/qtsdk.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/coin/platform_configs/qtsdk.yaml b/coin/platform_configs/qtsdk.yaml
index 2c001058..754e8492 100644
--- a/coin/platform_configs/qtsdk.yaml
+++ b/coin/platform_configs/qtsdk.yaml
@@ -6,3 +6,8 @@
Template: 'qtci-linux-RHEL-6.6-x86_64'
Compiler: 'GCC'
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -force-debug-info -nomake examples -nomake tests'
+-
+ Template: 'qtci-windows-8.1-x86'
+ Compiler: 'MSVC2015'
+ Features: ['DisableTests']
+ Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests'