blob: cd07a3c379f3894f7bb122fc8049a40809afa9fe (
plain) (
tree)
|
|
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
|