diff options
Diffstat (limited to 'src/plugins/Effect/monotostereo/monotostereo.pro')
| -rw-r--r-- | src/plugins/Effect/monotostereo/monotostereo.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/plugins/Effect/monotostereo/monotostereo.pro b/src/plugins/Effect/monotostereo/monotostereo.pro new file mode 100644 index 000000000..fb5b69f6d --- /dev/null +++ b/src/plugins/Effect/monotostereo/monotostereo.pro @@ -0,0 +1,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 +} |
