aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-06-11 19:25:19 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-06-16 18:04:02 +0200
commitae1cf52b641a720d3586cbe882adfbe49b430cb2 (patch)
treeeeb37a3b12728b3d68d9e0a2b07d91a35dce2fb0 /coin
parent349bd021737dad62ac1f836e850824999b26a0b8 (diff)
CMake: Add a Qt namespace build
Change the ubuntu developer build to a namespace build. We need to have namespace build coverage in CMake configurations like in the qmake ones. Task-number: QTBUG-84881 Change-Id: I429a11486bd9a0c60a3d0423a9a41dc436f32f1e Reviewed-by: Simon Hausmann <hausmann@gmail.com> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'coin')
-rw-r--r--coin/platform_configs/cmake_platforms.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml
index feb9d837..4664067b 100644
--- a/coin/platform_configs/cmake_platforms.yaml
+++ b/coin/platform_configs/cmake_platforms.yaml
@@ -3,7 +3,7 @@ Configurations:
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Compiler: 'GCC'
- Configure arguments: '-DBUILD_EXAMPLES=ON -DFEATURE_developer_build=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}'
+ Configure arguments: '-DBUILD_EXAMPLES=ON -DFEATURE_developer_build=ON -DQT_NAMESPACE=TestNamespace -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}'
-
Template: 'qtci-linux-openSUSE-15.1-x86_64'
Compiler: 'GCC'