summaryrefslogtreecommitdiff
path: root/qmake-features/am-config.prf
diff options
context:
space:
mode:
Diffstat (limited to 'qmake-features/am-config.prf')
-rw-r--r--qmake-features/am-config.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake-features/am-config.prf b/qmake-features/am-config.prf
index 5b475d32..f2495d66 100644
--- a/qmake-features/am-config.prf
+++ b/qmake-features/am-config.prf
@@ -17,7 +17,7 @@ headless:DEFINES *= AM_HEADLESS
linux:!disable-libbacktrace:if(enable-libbacktrace|CONFIG(debug, debug|release)):DEFINES *= AM_USE_LIBBACKTRACE
!force-single-process {
- linux:config_libdbus {
+ linux {
headless|qtHaveModule(compositor)|if(qtHaveModule(waylandcompositor):qtHaveModule(waylandcompositor-private)) {
CONFIG *= auto-multi-process
}