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

TARGET = $$PLUGINS_PREFIX/Input/gme

HEADERS += decodergmefactory.h \
    decoder_gme.h \
    gmehelper.h \
    settingsdialog.h

SOURCES += decoder_gme.cpp \
    decodergmefactory.cpp \
    gmehelper.cpp \
    settingsdialog.cpp

FORMS += settingsdialog.ui

RESOURCES = translations/translations.qrc

unix{
    target.path = $$PLUGIN_DIR/Input
    INSTALLS += target
    LIBS += -L/usr/lib \
      -L/usr/local/lib \
      -I/usr/include \
      -I/usr/local/include \
      -lgme
}

win32 {
    LIBS += -lgme.dll
}