aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2023-08-10 10:50:08 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2023-08-16 04:30:34 +0000
commitb2ae9232f6a0e60f9bc8e9d1695f3fb0f415770c (patch)
tree8d7a4317ce5b4ca51e61f21cf4cf4b6610f04736
parent7d72d5053aa5afb223a76022eb7d71f9a5b01eb3 (diff)
coin: Add workaround for static build in CI
After 35cb20a3556a6987d31090cdc3f77126efceaab0 landed in qtapplicationmanager we need to disable multi-process pkgconfig in static build to fix build issue: "ERROR: Feature "am_multi_process": Forcing to "ON" breaks its condition" Change-Id: Idd901baf72236db2a21c25d5b6a905c1246e0c6a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r--coin/test-static.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/coin/test-static.inc b/coin/test-static.inc
index 1a20960..3b96bf8 100644
--- a/coin/test-static.inc
+++ b/coin/test-static.inc
@@ -1,2 +1,3 @@
PACKAGECONFIG:append:pn-qtbase = " static"
QT_PTEST_ENABLED = "0"
+PACKAGECONFIG:remove:pn-qtapplicationmanager = "multi-process"