From 66ab66fc3564d851218f4665f5af7a2faae5b267 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 23 Jun 2018 09:51:23 +0000 Subject: changed plugin path (cmake) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8054 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/CommandLineOptions/IncDecVolumeOption/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/CommandLineOptions/IncDecVolumeOption') diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/CMakeLists.txt b/src/plugins/CommandLineOptions/IncDecVolumeOption/CMakeLists.txt index 59ac695a1..4ffacd19d 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/CMakeLists.txt +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/CMakeLists.txt @@ -24,4 +24,4 @@ ADD_LIBRARY(incdecvolumeoption MODULE ${libincdecvolumeoption_SRCS} ${libincdecvolumeoption_RCC_SRCS}) add_dependencies(incdecvolumeoption qmmpui) target_link_libraries(incdecvolumeoption Qt5::Widgets -lqmmpui -lqmmp) -install(TARGETS incdecvolumeoption DESTINATION ${LIB_DIR}/qmmp/CommandLineOptions) +install(TARGETS incdecvolumeoption DESTINATION ${PLUGIN_DIR}/CommandLineOptions) -- cgit v1.2.3-13-gbd6f