From 66ab66fc3564d851218f4665f5af7a2faae5b267 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 23 Jun 2018 09:51:23 +0000 Subject: changed plugin path (cmake) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8054 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/ladspa/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Effect/ladspa') diff --git a/src/plugins/Effect/ladspa/CMakeLists.txt b/src/plugins/Effect/ladspa/CMakeLists.txt index 979345431..a5d46b7a6 100644 --- a/src/plugins/Effect/ladspa/CMakeLists.txt +++ b/src/plugins/Effect/ladspa/CMakeLists.txt @@ -38,5 +38,5 @@ ADD_LIBRARY(ladspa MODULE ${libladspa_SRCS} ${libladspa_UIS_H} ${libladspa_RCC_SRCS} ${libladspa_HDRS}) add_dependencies(ladspa qmmp) target_link_libraries(ladspa Qt5::Widgets -lqmmp ${CMAKE_DL_LIBS}) -install(TARGETS ladspa DESTINATION ${LIB_DIR}/qmmp/Effect) +install(TARGETS ladspa DESTINATION ${PLUGIN_DIR}/Effect) -- cgit v1.2.3-13-gbd6f