blob: cd07a3c379f3894f7bb122fc8049a40809afa9fe (
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
29
30
31
32
33
34
35
|
include(../../../qmmp.pri)
SUBDIRS += statusicon \
notifier \
lyrics \
scrobbler \
fileops \
covermanager \
streambrowser \
trackchange \
copypaste \
rgscan \
hotkey
unix:SUBDIRS += mpris \
kdenotify \
converter \
gnomehotkey
contains(CONFIG, UDISKS2_PLUGIN){
unix:SUBDIRS += udisks2
}
contains(CONFIG, HAL_PLUGIN){
unix:SUBDIRS += hal
}
contains(CONFIG, HISTORY_PLUGIN){
SUBDIRS += history
}
win32:SUBDIRS += taskbar \
rdetect
TEMPLATE = subdirs
|