aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/ladspa/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/ladspa/CMakeLists.txt')
-rw-r--r--src/plugins/Effect/ladspa/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Effect/ladspa/CMakeLists.txt b/src/plugins/Effect/ladspa/CMakeLists.txt
index a5d46b7a6..b6e493c6d 100644
--- a/src/plugins/Effect/ladspa/CMakeLists.txt
+++ b/src/plugins/Effect/ladspa/CMakeLists.txt
@@ -36,7 +36,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
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})
+add_dependencies(ladspa libqmmp)
+target_link_libraries(ladspa Qt5::Widgets libqmmp ${CMAKE_DL_LIBS})
install(TARGETS ladspa DESTINATION ${PLUGIN_DIR}/Effect)