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

TARGET = $$PLUGINS_PREFIX/Input/sid

HEADERS += decodersidfactory.h \
    decoder_sid.h \
    sidhelper.h \
    settingsdialog.h

SOURCES += decoder_sid.cpp \
    decodersidfactory.cpp \
    sidhelper.cpp \
    settingsdialog.cpp

RESOURCES = translations/translations.qrc

FORMS += settingsdialog.ui

unix{
    target.path = $$PLUGIN_DIR/Input
    INSTALLS += target
    PKGCONFIG += libsidplayfp
}

win32 {
    LIBS += -lsidplayfp.dll
}