From c315a1c3c34d4fa8652ff7250dd9460de9b5e0c5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 4 Jan 2010 18:30:22 +0000 Subject: 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 --- src/plugins/Effect/ladspa/ladspa.pro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/plugins/Effect/ladspa/ladspa.pro') 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 -- cgit v1.2.3-13-gbd6f