aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/ladspa/ladspa.pro
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-01-04 18:30:22 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-01-04 18:30:22 +0000
commitc315a1c3c34d4fa8652ff7250dd9460de9b5e0c5 (patch)
tree04f498201c964dffbdac933acc6d13dc0a59c646 /src/plugins/Effect/ladspa/ladspa.pro
parent25d7a64b12c97564827742c13b03c51126e06d20 (diff)
downloadqmmp-c315a1c3c34d4fa8652ff7250dd9460de9b5e0c5.tar.gz
qmmp-c315a1c3c34d4fa8652ff7250dd9460de9b5e0c5.tar.bz2
qmmp-c315a1c3c34d4fa8652ff7250dd9460de9b5e0c5.zip
ladspa host plugin: added buttons
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1481 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect/ladspa/ladspa.pro')
-rw-r--r--src/plugins/Effect/ladspa/ladspa.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/Effect/ladspa/ladspa.pro b/src/plugins/Effect/ladspa/ladspa.pro
index d942dc0b0..163a1efd1 100644
--- a/src/plugins/Effect/ladspa/ladspa.pro
+++ b/src/plugins/Effect/ladspa/ladspa.pro
@@ -4,12 +4,14 @@ HEADERS += ladspahost.h \
settingsdialog.h \
ladspaslider.h \
ladspa.h \
- ladspahelper.h
+ ladspahelper.h \
+ ladspabutton.h
SOURCES += ladspahost.cpp \
effectladspafactory.cpp \
settingsdialog.cpp \
ladspaslider.cpp \
- ladspahelper.cpp
+ ladspahelper.cpp \
+ ladspabutton.cpp
TARGET = $$PLUGINS_PREFIX/Effect/ladspa
QMAKE_CLEAN = $$PLUGINS_PREFIX/Effect/libladspa.so
INCLUDEPATH += ../../../
@@ -32,7 +34,6 @@ TRANSLATIONS = translations/ladspa_plugin_cs.ts \
translations/ladspa_plugin_it.ts \
translations/ladspa_plugin_tr.ts \
translations/ladspa_plugin_lt.ts
-
RESOURCES = translations/translations.qrc
isEmpty(LIB_DIR):LIB_DIR = /lib
target.path = $$LIB_DIR/qmmp/Effect