aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/qtbase.yaml
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-03-15 17:02:47 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-04-27 15:18:22 +0200
commitbead5e87205be48774f5cec6b021f0c470ee40e6 (patch)
treede47dd14e6834cb37368144b83d939a8238e8864 /coin/platform_configs/qtbase.yaml
parent9e0334389bba4795f765812474632744a91476f4 (diff)
Build minimal subset of tests in desktop static builds
New cmake_platforms_static_tests.yaml file will be included in repos that support building and running a minimal subset of tests built against a static Qt. Currently it's limited to qtbase. Moved existing 'linux-SLES static' config into this new file and also added a macOS and Windows config. Skipped specifying the PostgreSQL lib path for Windows and macOS because the plugin gets automatically linked into tst_moc, but the test build phase doesn't actually call find_package for PostgreSQL and the build system generation fails. Similary skipped specifying the openssl lib location for macOS, because the module_includes cmake auto test fails to find the WrapOpenSSLHeaders package. Explicitly tag iOS static config with DisableTests. The instructions already skipped building tests for iOS, but it's better to be explicit and update the instructions not to do that anymore. Pick-to: 6.1 Task-number: QTBUG-87580 Change-Id: I0d38a0ad055c92646609202691aeb8db29689f5a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'coin/platform_configs/qtbase.yaml')
-rw-r--r--coin/platform_configs/qtbase.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/coin/platform_configs/qtbase.yaml b/coin/platform_configs/qtbase.yaml
index 2140886c..b1e3ff6d 100644
--- a/coin/platform_configs/qtbase.yaml
+++ b/coin/platform_configs/qtbase.yaml
@@ -1,6 +1,7 @@
Version: 2
Include: [
cmake_platforms.yaml,
+ cmake_platforms_static_tests.yaml,
macos-developer-build-tests.yaml
]
Configurations: