aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2020-10-30 11:13:49 +0100
committerLiang Qi <liang.qi@qt.io>2020-10-30 21:34:54 +0100
commit47b8427b15e29dcad6c9e26154d14a9be4c8d14a (patch)
treea22ee4a2432d5b87fa638c046aea134cc6048841 /coin
parent134c2a1cb0d41d773577d4c499004b93fb03d3c9 (diff)
coin: guard Ubuntu 20.04 for qtbase first
Task-number: QTBUG-86187 Change-Id: I677eec9b80ae7389fe63adc58a38979556654a8a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/platform_configs/qtbase.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/coin/platform_configs/qtbase.yaml b/coin/platform_configs/qtbase.yaml
index b0b1d7dd..cb7de0e2 100644
--- a/coin/platform_configs/qtbase.yaml
+++ b/coin/platform_configs/qtbase.yaml
@@ -21,3 +21,8 @@ Configurations:
'NON_QTBASE_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache',
'TEST_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'
]
+-
+ Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
+ Compiler: 'GCC'
+ Features: ['OutOfSourceBuild', 'Documentation', 'UseLegacyInstructions']
+ Configure arguments: '-qmake -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-warnings-are-errors -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl'