From 826c949fb59c46e9e948d8a758cc036053a1d3b1 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 30 Nov 2019 14:21:02 +0000 Subject: updated qmake files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9120 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/General.pro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/General.pro') diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro index 1f4290b30..9a9e2af14 100644 --- a/src/plugins/General/General.pro +++ b/src/plugins/General/General.pro @@ -16,8 +16,7 @@ SUBDIRS += statusicon \ unix:SUBDIRS += mpris \ kdenotify \ converter \ - gnomehotkey \ - sleepinhibitor + gnomehotkey contains(CONFIG, UDISKS2_PLUGIN){ unix:SUBDIRS += udisks2 @@ -27,6 +26,10 @@ contains(CONFIG, HAL_PLUGIN){ unix:SUBDIRS += hal } +contains(CONFIG, SLEEP_INHIBITOR_PLUGIN){ + unix:SUBDIRS += sleepinhibitor +} + contains(CONFIG, HISTORY_PLUGIN){ SUBDIRS += history } -- cgit v1.2.3-13-gbd6f