aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats/xspf/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/PlayListFormats/xspf/CMakeLists.txt')
-rw-r--r--src/plugins/PlayListFormats/xspf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/PlayListFormats/xspf/CMakeLists.txt b/src/plugins/PlayListFormats/xspf/CMakeLists.txt
index a18935cab..06be8df4d 100644
--- a/src/plugins/PlayListFormats/xspf/CMakeLists.txt
+++ b/src/plugins/PlayListFormats/xspf/CMakeLists.txt
@@ -20,4 +20,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(xspfplaylistformat MODULE ${libxspfplaylistformat_SRCS})
add_dependencies(xspfplaylistformat qmmpui)
target_link_libraries(xspfplaylistformat Qt5::Widgets -lqmmpui -lqmmp)
-install(TARGETS xspfplaylistformat DESTINATION ${LIB_DIR}/qmmp/PlayListFormats)
+install(TARGETS xspfplaylistformat DESTINATION ${PLUGIN_DIR}/PlayListFormats)