blob: fb5b69f6dea657edb7dce6fa17885b35705509ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/Effect/monotostereo
HEADERS += monotostereoplugin.h \
effectmonotostereofactory.h
SOURCES += monotostereoplugin.cpp \
effectmonotostereofactory.cpp
#RESOURCES = translations/translations.qrc
unix {
target.path = $$PLUGIN_DIR/Effect
INSTALLS += target
}
|