blob: 69431038b040a511ab18a5dba1148d36de85cb2c (
plain) (
tree)
|
|
include(../../../qmmp.pri)
SUBDIRS += statusicon \
notifier \
lyrics \
scrobbler \
fileops \
covermanager \
streambrowser \
trackchange \
copypaste \
rgscan \
hotkey \
listenbrainz
unix:SUBDIRS += mpris \
kdenotify \
converter \
gnomehotkey
contains(CONFIG, UDISKS2_PLUGIN){
unix:SUBDIRS += udisks2
}
contains(CONFIG, HAL_PLUGIN){
unix:SUBDIRS += hal
}
contains(CONFIG, SLEEPINHIBITOR_PLUGIN){
unix:SUBDIRS += sleepinhibitor
}
contains(CONFIG, HISTORY_PLUGIN){
SUBDIRS += history
}
win32:SUBDIRS += taskbar \
rdetect
TEMPLATE = subdirs
|