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

TARGET = $$PLUGINS_PREFIX/General/trackchange

HEADERS += trackchangefactory.h \
           trackchange.h \
           settingsdialog.h

SOURCES += trackchangefactory.cpp \
           trackchange.cpp \
           settingsdialog.cpp

FORMS += settingsdialog.ui

RESOURCES = translations/translations.qrc

LIBS += -lqmmpui

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