aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/fileops/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/fileops/CMakeLists.txt')
-rw-r--r--src/plugins/General/fileops/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/fileops/CMakeLists.txt b/src/plugins/General/fileops/CMakeLists.txt
index bdfd43e42..3bb97ecfa 100644
--- a/src/plugins/General/fileops/CMakeLists.txt
+++ b/src/plugins/General/fileops/CMakeLists.txt
@@ -34,4 +34,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(fileops MODULE ${libfileops_SRCS} ${libfileops_UIS_H} ${libfileops_RCC_SRCS})
add_dependencies(fileops qmmpui)
target_link_libraries(fileops Qt5::Widgets -lqmmpui -lqmmp)
-install(TARGETS fileops DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS fileops DESTINATION ${PLUGIN_DIR}/General)