diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 12:01:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 12:01:22 +0000 |
| commit | ebd7f9bc697973366de8a6bf7265051e825e0680 (patch) | |
| tree | 1feb9df1c5fe3493e9aa1dd8f5d6233a38ae9d3c /src/plugins/Effect/ladspa | |
| parent | bc7ad688c646afd2a89e5c5ff58696f2df2c8605 (diff) | |
| download | qmmp-ebd7f9bc697973366de8a6bf7265051e825e0680.tar.gz qmmp-ebd7f9bc697973366de8a6bf7265051e825e0680.tar.bz2 qmmp-ebd7f9bc697973366de8a6bf7265051e825e0680.zip | |
renaming experimental branch
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4675 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect/ladspa')
| -rw-r--r-- | src/plugins/Effect/ladspa/CMakeLists.txt | 12 | ||||
| -rw-r--r-- | src/plugins/Effect/ladspa/ladspa.pro | 16 |
2 files changed, 1 insertions, 27 deletions
diff --git a/src/plugins/Effect/ladspa/CMakeLists.txt b/src/plugins/Effect/ladspa/CMakeLists.txt index 47e29be57..e6123d95f 100644 --- a/src/plugins/Effect/ladspa/CMakeLists.txt +++ b/src/plugins/Effect/ladspa/CMakeLists.txt @@ -38,20 +38,10 @@ SET(libladspa_HDRS ladspahelper.h ) -SET(libladspa_MOC_HDRS - ladspahost.h - ladspaslider.h - ladspabutton.h - settingsdialog.h - effectladspafactory.h -) - SET(libladspa_RCCS translations/translations.qrc) QT4_ADD_RESOURCES(libladspa_RCC_SRCS ${libladspa_RCCS}) -QT4_WRAP_CPP(libladspa_MOC_SRCS ${libladspa_MOC_HDRS}) - # user interface SET(libladspa_UIS @@ -63,7 +53,7 @@ QT4_WRAP_UI(libladspa_UIS_H ${libladspa_UIS}) # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) -ADD_LIBRARY(ladspa MODULE ${libladspa_SRCS} ${libladspa_MOC_SRCS} ${libladspa_UIS_H} +ADD_LIBRARY(ladspa MODULE ${libladspa_SRCS} ${libladspa_UIS_H} ${libladspa_RCC_SRCS} ${libladspa_HDRS}) add_dependencies(ladspa qmmp) target_link_libraries(ladspa ${QT_LIBRARIES} -lqmmp ${CMAKE_DL_LIBS}) diff --git a/src/plugins/Effect/ladspa/ladspa.pro b/src/plugins/Effect/ladspa/ladspa.pro index f86f92806..59f18dacd 100644 --- a/src/plugins/Effect/ladspa/ladspa.pro +++ b/src/plugins/Effect/ladspa/ladspa.pro @@ -26,22 +26,6 @@ LIBS += -lqmmp \ linux-g++|linux-g++-32|linux-g++-64:LIBS += -ldl -TRANSLATIONS = translations/ladspa_plugin_cs.ts \ - translations/ladspa_plugin_de.ts \ - translations/ladspa_plugin_zh_CN.ts \ - translations/ladspa_plugin_zh_TW.ts \ - translations/ladspa_plugin_uk_UA.ts \ - translations/ladspa_plugin_pl.ts \ - translations/ladspa_plugin_ru.ts \ - translations/ladspa_plugin_it.ts \ - translations/ladspa_plugin_tr.ts \ - translations/ladspa_plugin_lt.ts \ - translations/ladspa_plugin_nl.ts \ - translations/ladspa_plugin_ja.ts \ - translations/ladspa_plugin_es.ts \ - translations/ladspa_plugin_sr_BA.ts \ - translations/ladspa_plugin_sr_RS.ts - RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib target.path = $$LIB_DIR/qmmp/Effect |
