aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/filewriter
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/filewriter')
-rw-r--r--src/plugins/Effect/filewriter/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Effect/filewriter/CMakeLists.txt b/src/plugins/Effect/filewriter/CMakeLists.txt
index 2e28c58fd..a957b6e08 100644
--- a/src/plugins/Effect/filewriter/CMakeLists.txt
+++ b/src/plugins/Effect/filewriter/CMakeLists.txt
@@ -43,5 +43,5 @@ IF(VORBISENC_FOUND)
ADD_LIBRARY(filewriter MODULE ${libfilewriter_SRCS} ${libfilewriter_UIS_H} ${libfilewriter_RCC_SRCS} ${libfilewriter_HDRS})
add_dependencies(filewriter qmmp qmmpui)
target_link_libraries(filewriter Qt5::Widgets -lqmmp -lqmmpui ${VORBISENC_LDFLAGS})
-install(TARGETS filewriter DESTINATION ${LIB_DIR}/qmmp/Effect)
+install(TARGETS filewriter DESTINATION ${PLUGIN_DIR}/Effect)
ENDIF(VORBISENC_FOUND)