aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/copypaste/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/copypaste/CMakeLists.txt')
-rw-r--r--src/plugins/General/copypaste/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/copypaste/CMakeLists.txt b/src/plugins/General/copypaste/CMakeLists.txt
index c64d9d3c1..449dd47fe 100644
--- a/src/plugins/General/copypaste/CMakeLists.txt
+++ b/src/plugins/General/copypaste/CMakeLists.txt
@@ -45,5 +45,5 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(copypaste MODULE ${libcopypaste_SRCS} ${libcopypaste_UIS_H} ${libcopypaste_RCC_SRCS})
add_dependencies(copypaste qmmpui)
-target_link_libraries(copypaste ${QT_LIBRARIES} -lqmmpui -lqmmp)
+target_link_libraries(copypaste ${QT_LIBRARIES} qmmpui libqmmp)
install(TARGETS copypaste DESTINATION ${LIB_DIR}/qmmp/General)