aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/history/history.pro
blob: 1de764ee4d1693bdfc2ac53403cf1f557530b04c (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
27
28
29
30
31
32
33
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/history

QT += sql

HEADERS += historyfactory.h \
    history.h \
    historywindow.h \
    dateinputdialog.h \
    historysettingsdialog.h \
    progressbaritemdelegate.h

SOURCES += historyfactory.cpp \
    history.cpp \
    historywindow.cpp \
    dateinputdialog.cpp \
    historysettingsdialog.cpp \
    progressbaritemdelegate.cpp

FORMS += \
    historywindow.ui \
    dateinputdialog.ui \
    historysettingsdialog.ui

RESOURCES = translations/translations.qrc

LIBS += $$QMMPUI_LIB

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