aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/library/library.pro
blob: 24423bd3a1d94b1b0bd6e4bc42e939be52ddf30d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/library

QT += sql

HEADERS += libraryfactory.h

SOURCES += libraryfactory.cpp


#RESOURCES = translations/translations.qrc

LIBS += $$QMMPUI_LIB

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