aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rgscan/rgscan.pro
blob: ab21f3ac98915aa884e1b6d95baef179d1d12f09 (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/General/rgscan

HEADERS += rgscanfactory.h \
    rgscanhelper.h \
    rgscandialog.h \
    gain_analysis.h \
    rgscanner.h

SOURCES += rgscanfactory.cpp \
    rgscanhelper.cpp \
    rgscandialog.cpp \
    gain_analysis.c \
    rgscanner.cpp

FORMS += rgscandialog.ui

RESOURCES = translations/translations.qrc

LIBS += $$QMMPUI_LIB

unix {
    PKGCONFIG += taglib
    target.path = $$PLUGIN_DIR/General
    INSTALLS += target
}

win32 {
    LIBS += -ltag.dll
}