aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/PlayListOption/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/CommandLineOptions/PlayListOption/CMakeLists.txt')
-rw-r--r--src/plugins/CommandLineOptions/PlayListOption/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/CommandLineOptions/PlayListOption/CMakeLists.txt b/src/plugins/CommandLineOptions/PlayListOption/CMakeLists.txt
index 4a673e24d..9ae4737c0 100644
--- a/src/plugins/CommandLineOptions/PlayListOption/CMakeLists.txt
+++ b/src/plugins/CommandLineOptions/PlayListOption/CMakeLists.txt
@@ -24,4 +24,4 @@ ADD_LIBRARY(playlistoption MODULE ${libplaylistoption_SRCS}
${libplaylistoption_RCC_SRCS})
add_dependencies(playlistoption qmmpui)
target_link_libraries(playlistoption Qt5::Widgets -lqmmpui -lqmmp)
-install(TARGETS playlistoption DESTINATION ${LIB_DIR}/qmmp/CommandLineOptions)
+install(TARGETS playlistoption DESTINATION ${PLUGIN_DIR}/CommandLineOptions)