blob: c354c17eb5a1a1b0de5cb3501918fea5c9c669eb (
plain) (
tree)
|
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/Visual/analyzer
HEADERS += analyzer.h \
fft.h \
visualanalyzerfactory.h \
inlines.h \
colorwidget.h \
settingsdialog.h
SOURCES += analyzer.cpp \
fft.c \
visualanalyzerfactory.cpp \
colorwidget.cpp \
settingsdialog.cpp
FORMS += settingsdialog.ui
RESOURCES = translations/translations.qrc
unix{
target.path = $$PLUGIN_DIR/Visual
INSTALLS += target
}
INCLUDEPATH += ./
|