blob: 7286b1426a2803c011480d055895e498b0c04dc7 (
plain) (
tree)
|
|
include(../../../qmmp.pri)
SUBDIRS += statusicon \
notifier \
lyrics \
scrobbler \
fileops \
covermanager \
streambrowser \
trackchange \
copypaste \
rgscan \
hotkey \
listenbrainz \
library
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
|