blob: 5b2848ce293adf084261ed82da45ba5b7e85213a (
plain) (
tree)
|
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/General/library
QT += sql
HEADERS += libraryfactory.h \
library.h
SOURCES += libraryfactory.cpp \
library.cpp
#RESOURCES = translations/translations.qrc
LIBS += $$QMMPUI_LIB
unix {
target.path = $$PLUGIN_DIR/General
INSTALLS += target
}
|