aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/ladspa/CMakeLists.txt
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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--src/plugins/Effect/ladspa/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Effect/ladspa/CMakeLists.txt b/src/plugins/Effect/ladspa/CMakeLists.txt
index 6df10d924..f0bc14d33 100644
--- a/src/plugins/Effect/ladspa/CMakeLists.txt
+++ b/src/plugins/Effect/ladspa/CMakeLists.txt
@@ -29,6 +29,7 @@ SET(libladspa_SRCS
ladspahost.cpp
ladspahelper.cpp
ladspaslider.cpp
+ ladspabutton.cpp
settingsdialog.cpp
effectladspafactory.cpp
)
@@ -37,6 +38,7 @@ SET(libladspa_MOC_HDRS
ladspahost.h
ladspahelper.h
ladspaslider.h
+ ladspabutton.h
settingsdialog.h
effectladspafactory.h
)