aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/cue/cue.pro
blob: d97965f30f1a10619c0d0818c7796fca121f87ab (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
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/Input/cue

HEADERS += decodercuefactory.h \
    cueparser.h \
    decoder_cue.h \
    settingsdialog.h \
    cuemetadatamodel.h

SOURCES += decoder_cue.cpp \
    decodercuefactory.cpp \
    cueparser.cpp \
    settingsdialog.cpp \
    cuemetadatamodel.cpp

FORMS += settingsdialog.ui

RESOURCES = translations/translations.qrc

contains(CONFIG, WITH_ENCA) {
    DEFINES += WITH_ENCA
    unix:PKGCONFIG += enca
    win32:LIBS += -lenca.dll
}
unix {
    target.path = $$LIB_DIR/qmmp/Input
    INSTALLS += target
}