aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Visual/analyzer/analyzer.pro
blob: 935d4982e4de2e70c99d3773be9cb8abd5891cff (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
include(../../plugins.pri)

TARGET=$$PLUGINS_PREFIX/Visual/analyzer
QMAKE_CLEAN =$$PLUGINS_PREFIX/Visual/libanalyzer.so


FORMS += settingsdialog.ui
HEADERS += analyzer.h \
           fft.h \
           visualanalyzerfactory.h \
           inlines.h \
           colorwidget.h \
           settingsdialog.h
SOURCES += analyzer.cpp \
           fft.c \
           visualanalyzerfactory.cpp \
           colorwidget.cpp \
           settingsdialog.cpp
win32:HEADERS += ../../../../src/qmmp/visual.h
win32:INCLUDEPATH += ./
INCLUDEPATH += ../../../
CONFIG += warn_on \
plugin
TEMPLATE = lib
unix:QMAKE_LIBDIR += ../../../../lib
unix:LIBS += -lqmmp -L/usr/lib -I/usr/include
win32:QMAKE_LIBDIR += ../../../../bin
win32:LIBS += -lqmmp0

TRANSLATIONS = translations/analyzer_plugin_cs.ts \
               translations/analyzer_plugin_de.ts \
               translations/analyzer_plugin_zh_CN.ts \
               translations/analyzer_plugin_zh_TW.ts \
               translations/analyzer_plugin_ru.ts \
               translations/analyzer_plugin_pl.ts \
               translations/analyzer_plugin_uk_UA.ts \
               translations/analyzer_plugin_it.ts \
               translations/analyzer_plugin_tr.ts \
               translations/analyzer_plugin_lt.ts \
               translations/analyzer_plugin_nl.ts \
               translations/analyzer_plugin_ja.ts \
               translations/analyzer_plugin_es.ts \
               translations/analyzer_plugin_sr_BA.ts \
               translations/analyzer_plugin_sr_RS.ts

RESOURCES = translations/translations.qrc
unix{
isEmpty(LIB_DIR){
    LIB_DIR = /lib
}
target.path = $$LIB_DIR/qmmp/Visual
INSTALLS += target
}