aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/library/library.pro
blob: ef8527e7984e852675950b0bec993183fa8c6e17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/library

QT += sql concurrent

HEADERS += libraryfactory.h \
    library.h \
    settingsdialog.h

SOURCES += libraryfactory.cpp \
    library.cpp \
    settingsdialog.cpp


#RESOURCES = translations/translations.qrc

LIBS += $$QMMPUI_LIB

unix {
    target.path = $$PLUGIN_DIR/General
    INSTALLS += target
}

FORMS += \
    settingsdialog.ui