aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/xmp/xmp.pro
blob: c30524d81a18c5a7f37fcbbed8ade536562d1ca1 (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/xmp

HEADERS += decoderxmpfactory.h \
    decoder_xmp.h \
    xmpmetadatamodel.h \
    settingsdialog.h

SOURCES += decoder_xmp.cpp \
    decoderxmpfactory.cpp \
    xmpmetadatamodel.cpp \
    settingsdialog.cpp

FORMS += \
    settingsdialog.ui

RESOURCES = translations/translations.qrc

unix {
    target.path = $$PLUGIN_DIR/Input
    INSTALLS += target
    PKGCONFIG += libxmp
    QMAKE_CLEAN = $$PLUGINS_PREFIX/Input/libxmp.so
}

win32 {
    LIBS += -lxmp
}