aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/tqtc-qt-rta.yaml
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-12-18 15:38:01 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-02-03 14:15:33 +0100
commit25e007372082105c198d686d3130e22aaf9dc7fd (patch)
treea20ced461f7cd779f5d96ff7813476803d619f24 /coin/platform_configs/tqtc-qt-rta.yaml
parent486139715b2e5f45e69b324740cec0b0b3f2dfe7 (diff)
Use legacy instructions when building all qmake configurations
This change is preparation for merging qtbase wip/cmake -> dev, because that will bring in the new yaml instructions on how to build the CMake configurations, which means that legacy instructions provided by Coin itself need to be used for all the existing qmake configurations. Change-Id: I7005835719b83b7186138292a2e1baf4d2a4a3e0 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'coin/platform_configs/tqtc-qt-rta.yaml')
-rw-r--r--coin/platform_configs/tqtc-qt-rta.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/coin/platform_configs/tqtc-qt-rta.yaml b/coin/platform_configs/tqtc-qt-rta.yaml
index 76664d06..5f72bc29 100644
--- a/coin/platform_configs/tqtc-qt-rta.yaml
+++ b/coin/platform_configs/tqtc-qt-rta.yaml
@@ -1,14 +1,15 @@
-
Template: 'qtci-windows-7-x86_64-4'
Compiler: 'MSVC2013'
- Features: ['DisableTests']
+ Features: ['DisableTests', 'UseLegacyInstructions']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests'
-
Template: 'qtci-windows-8.1-x86_64'
Compiler: 'MSVC2013'
- Features: ['DisableTests']
+ Features: ['DisableTests', 'UseLegacyInstructions']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests'
-
Template: 'qtci-windows-10-x86-3'
Compiler: 'MSVC2017'
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests'
+ Features: ['UseLegacyInstructions']