blob: ef34f3302e5833c2a7c9090134fe983163e8d025 (
plain) (
tree)
|
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/General/covermanager
QT += network
HEADERS += covermanagerfactory.h \
coverwidget.h \
covermanager.h
SOURCES += covermanagerfactory.cpp \
coverwidget.cpp \
covermanager.cpp
RESOURCES = translations/translations.qrc \
images/cm_images.qrc
LIBS += $$QMMPUI_LIB
unix {
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target
}
|