aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converter.pro
blob: ef617cd4e6408e4830015f1ee144f743fff81b44 (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
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/converter



HEADERS += converterfactory.h \
    converterhelper.h \
    converterdialog.h \
    converter.h \
    preseteditor.h

SOURCES += converterfactory.cpp \
    converterhelper.cpp \
    converterdialog.cpp \
    converter.cpp \
    preseteditor.cpp

FORMS += converterdialog.ui \
    preseteditor.ui

RESOURCES = translations/translations.qrc presets.qrc

LIBS += -lqmmpui
PKGCONFIG += taglib

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