blob: 9abd9c81233dfca9d8cc66971461df1a98845d9f (
plain) (
tree)
|
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/General/scrobbler
QT += network
HEADERS += scrobblerfactory.h \
settingsdialog.h \
scrobblerhandler.h \
scrobblercache.h \
scrobbler.h \
defines.h
SOURCES += scrobblerfactory.cpp \
settingsdialog.cpp \
scrobblerhandler.cpp \
scrobblercache.cpp \
scrobbler.cpp
FORMS += settingsdialog.ui
RESOURCES = translations/translations.qrc
LIBS += $$QMMPUI_LIB
unix {
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target
}
|