aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/copypaste
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/copypaste')
-rw-r--r--src/plugins/General/copypaste/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/copypaste/CMakeLists.txt b/src/plugins/General/copypaste/CMakeLists.txt
index 854f797fd..4a55a1d25 100644
--- a/src/plugins/General/copypaste/CMakeLists.txt
+++ b/src/plugins/General/copypaste/CMakeLists.txt
@@ -22,6 +22,6 @@ QT5_ADD_RESOURCES(libcopypaste_RCC_SRCS ${libcopypaste_RCCS})
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 Qt5::Widgets -lqmmpui -lqmmp)
+add_dependencies(copypaste libqmmpui)
+target_link_libraries(copypaste Qt5::Widgets libqmmpui libqmmp)
install(TARGETS copypaste DESTINATION ${PLUGIN_DIR}/General)