blob: c37d0b9d4a261f2cb60a2985406683bf96152bea (
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
|
include(../../../qmmp.pri)
SUBDIRS += statusicon \
notifier \
lyrics \
# scrobbler \
# fileops \
# covermanager \
streambrowser \
# trackchange \
hotkey
# copypaste \
# rgscan
#unix:SUBDIRS += mpris \
# kdenotify \
# converter \
# gnomehotkey
contains(CONFIG, UDISKS2_PLUGIN){
unix:SUBDIRS += udisks2
}
contains(CONFIG, HAL_PLUGIN){
unix:SUBDIRS += hal
}
TEMPLATE = subdirs
|