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