blob: 5931fae4d2ddc2f765b349e61e194c1324d026c2 (
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, UDISKS2_PLUGIN){
unix:SUBDIRS += udisks2
}
contains(CONFIG, HAL_PLUGIN){
unix:SUBDIRS += hal
}
TEMPLATE = subdirs
|