diff options
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 |
