diff options
Diffstat (limited to 'src/plugins/General/General.pro')
| -rw-r--r-- | src/plugins/General/General.pro | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro index e47b0e2b7..d6d985023 100644 --- a/src/plugins/General/General.pro +++ b/src/plugins/General/General.pro @@ -1,3 +1,5 @@ +include(../../../qmmp.pri) + SUBDIRS += statusicon \ notifier \ lyrics \ @@ -7,10 +9,20 @@ SUBDIRS += statusicon \ streambrowser \ trackchange unix:SUBDIRS += mpris \ - hal \ - udisks \ - udisks2 \ hotkey \ kdenotify \ converter + +contains(CONFIG, UDISKS_PLUGIN){ + SUBDIRS += udisks +} + +contains(CONFIG, UDISKS2_PLUGIN){ + SUBDIRS += udisks2 +} + +contains(CONFIG, HAL_PLUGIN){ + SUBDIRS += hal +} + TEMPLATE = subdirs |
