blob: 9484a4b3d00d5abe581965ceed7a3ffddd09d476 (
plain) (
tree)
|
|
include(../../../qmmp.pri)
SUBDIRS += statusicon \
notifier \
lyrics \
scrobbler \
fileops \
covermanager \
streambrowser \
trackchange \
hotkey \
copypaste \
rgscan
unix:SUBDIRS += mpris \
kdenotify \
converter \
gnomehotkey
contains(CONFIG, UDISKS_PLUGIN){
unix:SUBDIRS += udisks
}
contains(CONFIG, UDISKS2_PLUGIN){
unix:SUBDIRS += udisks2
}
contains(CONFIG, HAL_PLUGIN){
unix:SUBDIRS += hal
}
TEMPLATE = subdirs
|