summaryrefslogtreecommitdiff
path: root/qmake-features
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2017-05-04 18:25:02 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2017-05-05 08:56:41 +0000
commitca7661b9adb1f9c9e329ea555417253208be15b7 (patch)
tree8cb31cdc0a4a1efae99c119eeda90b0c809c68c6 /qmake-features
parent7b822bd71871695d9a16da2b19f74eee898f3677 (diff)
downloadqtapplicationmanager-ca7661b9adb1f9c9e329ea555417253208be15b7.tar.gz
Get rid of the libdbus compile-time dependency
Change-Id: Ied8662ece1181cd4b30f4574f2b81ec9b03f916e Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'qmake-features')
-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
}