blob: 14cae07445daabcd46b44fe5dbc692bccabb7c94 (
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
|