coin: disable bubblewrap for static build

qtapplicationmanager's bubblewrap feature cannot be enabled with static build.

Change-Id: I42c8d5c18c753a9801d8edbd3ea53354c302134c
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
Samuli Piippo 2025-06-30 17:00:11 +00:00
parent c616e9de62
commit 25a38f8334

View File

@ -1,3 +1,3 @@
PACKAGECONFIG:append:pn-qtbase = " static"
QT_PTEST_ENABLED = "0"
PACKAGECONFIG:remove:pn-qtapplicationmanager = "multi-process"
PACKAGECONFIG:remove:pn-qtapplicationmanager = "multi-process bubblewrap"