aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Engines/mplayer/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Engines/mplayer/CMakeLists.txt')
-rw-r--r--src/plugins/Engines/mplayer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Engines/mplayer/CMakeLists.txt b/src/plugins/Engines/mplayer/CMakeLists.txt
index 66f17afde..0964ffccc 100644
--- a/src/plugins/Engines/mplayer/CMakeLists.txt
+++ b/src/plugins/Engines/mplayer/CMakeLists.txt
@@ -52,6 +52,6 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(mplayer MODULE ${libmplayer_SRCS} ${libmplayer_RCC_SRCS} ${libmplayer_UIS_H})
add_dependencies(mplayer qmmp)
-target_link_libraries(mplayer ${QT_LIBRARIES} -lqmmp)
+target_link_libraries(mplayer ${QT_LIBRARIES} libqmmp)
install(TARGETS mplayer DESTINATION ${LIB_DIR}/qmmp/Engines)