aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rgscan/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/rgscan/CMakeLists.txt')
-rw-r--r--src/plugins/General/rgscan/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/rgscan/CMakeLists.txt b/src/plugins/General/rgscan/CMakeLists.txt
index 4e420afe5..bcba1daed 100644
--- a/src/plugins/General/rgscan/CMakeLists.txt
+++ b/src/plugins/General/rgscan/CMakeLists.txt
@@ -45,4 +45,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(rgscan MODULE ${librgscan_SRCS} ${librgscan_UIS_H} ${librgscan_HDRS} ${librgscan_RCC_SRCS})
add_dependencies(rgscan qmmpui)
target_link_libraries(rgscan Qt5::Widgets -lqmmpui -lqmmp ${TAGLIB_LDFLAGS})
-install(TARGETS rgscan DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS rgscan DESTINATION ${PLUGIN_DIR}/General)