aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/stereo/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/stereo/CMakeLists.txt')
-rw-r--r--src/plugins/Effect/stereo/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Effect/stereo/CMakeLists.txt b/src/plugins/Effect/stereo/CMakeLists.txt
index eb5aafe36..ec775d587 100644
--- a/src/plugins/Effect/stereo/CMakeLists.txt
+++ b/src/plugins/Effect/stereo/CMakeLists.txt
@@ -53,5 +53,5 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(stereo MODULE ${libstereo_SRCS} ${libstereo_UIS_H} ${libstereo_RCC_SRCS} ${libstereo_HDRS})
add_dependencies(stereo qmmp)
-target_link_libraries(stereo ${QT_LIBRARIES} -lqmmp)
+target_link_libraries(stereo ${QT_LIBRARIES} libqmmp)
install(TARGETS stereo DESTINATION ${LIB_DIR}/qmmp/Effect)