blob: 4c32c47093137015a15b085a99db47261631b216 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
include(../../../qmmp.pri)
SUBDIRS += statusicon \
notifier \
lyrics \
scrobbler \
fileops \
covermanager \
streambrowser \
trackchange
unix:SUBDIRS += mpris \
hotkey \
kdenotify \
converter
contains(CONFIG, UDISKS_PLUGIN){
unix:SUBDIRS += udisks
}
contains(CONFIG, UDISKS2_PLUGIN){
unix:SUBDIRS += udisks2
}
contains(CONFIG, HAL_PLUGIN){
unix:SUBDIRS += hal
}
TEMPLATE = subdirs
|