diff options
Diffstat (limited to 'src/plugins/General/copypaste/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/copypaste/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/copypaste/CMakeLists.txt b/src/plugins/General/copypaste/CMakeLists.txt index 1172ef9a2..854f797fd 100644 --- a/src/plugins/General/copypaste/CMakeLists.txt +++ b/src/plugins/General/copypaste/CMakeLists.txt @@ -24,4 +24,4 @@ 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) -install(TARGETS copypaste DESTINATION ${LIB_DIR}/qmmp/General) +install(TARGETS copypaste DESTINATION ${PLUGIN_DIR}/General) |
