blob: 25915682f520c08157aea2d7a8c0fa2d04d2d870 (
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
}
|