aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/qtwebkit.txt
diff options
context:
space:
mode:
authorTony Sarajärvi <tony.sarajarvi@qt.io>2019-02-01 14:51:55 +0200
committerTony Sarajärvi <tony.sarajarvi@qt.io>2019-05-29 15:09:40 +0300
commitd49c0cd0bbc535156007a9772e4561d6aaf6a105 (patch)
tree6a227e3d8c9e00b4bdbf9a635adecdb81fd35d7e /coin/platform_configs/qtwebkit.txt
parentf70bdd89b17cd58db8a49ee3c5968048d278b772 (diff)
Split features list between Coin and qt
Start using configure args as configure string instead of flags. Task-number: QTQAINFRA-2744 Change-Id: I2ce189531df7ba805d18b36615259bf0303e7175 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 8cdf60fe6492490561cd6798901b201903ff6ab2)
Diffstat (limited to 'coin/platform_configs/qtwebkit.txt')
-rw-r--r--coin/platform_configs/qtwebkit.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/coin/platform_configs/qtwebkit.txt b/coin/platform_configs/qtwebkit.txt
index a357ad5b..3eb40a5b 100644
--- a/coin/platform_configs/qtwebkit.txt
+++ b/coin/platform_configs/qtwebkit.txt
@@ -1,4 +1,4 @@
-Template Target OS Target arch Compiler Features
---------------------------- ------------------- ----------- ----------- -------------------------------------------------------------------------------------
-qtci-windows-10-x86_64-10 x86 MSVC2017 DebugAndRelease Release ForceDebugInfo OpenGLDynamic DisableTests
-qtci-windows-7-x86-3 Mingw73 Packaging DebugAndRelease Release OpenGLDynamic DisableTests
+Template Target OS Target arch Compiler Features Configure arguments
+--------------------------- ------------------- ----------- ----------- ------------------------ --------------------------------------------------------------------------------------------------------------------------------------------------------
+qtci-windows-10-x86_64-10 x86 MSVC2017 DisableTests -opensource -confirm-license -verbose -prefix /home/qt/work/install -nomake tests -debug-and-release -release -force-debug-info -opengl dynamic
+qtci-windows-7-x86-3 Mingw73 Packaging DisableTests -opensource -confirm-license -verbose -prefix /home/qt/work/install -nomake tests -debug-and-release -release -opengl dynamic