diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/General/General.pro | 18 | ||||
| -rw-r--r-- | src/plugins/Input/Input.pro | 2 |
2 files changed, 16 insertions, 4 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 diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro index 9228f90ab..3490b1d58 100644 --- a/src/plugins/Input/Input.pro +++ b/src/plugins/Input/Input.pro @@ -16,7 +16,7 @@ contains(CONFIG, MODPLUG_PLUGIN){ } contains(CONFIG, FFMPEG_PLUGIN){ - SUBDIRS += ffmpeg + # SUBDIRS += ffmpeg } unix{ |
