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/Input/mpeg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/mpeg') diff --git a/src/plugins/Input/mpeg/CMakeLists.txt b/src/plugins/Input/mpeg/CMakeLists.txt index 629cf43d7..ffa63504e 100644 --- a/src/plugins/Input/mpeg/CMakeLists.txt +++ b/src/plugins/Input/mpeg/CMakeLists.txt @@ -67,5 +67,5 @@ IF(MAD_FOUND OR MPG123_FOUND) ADD_LIBRARY(mpeg MODULE ${libmpeg_SRCS} ${libmpeg_UIS_H} ${libmpeg_RCC_SRCS} ${libmpeg_HDRS}) add_dependencies(mpeg qmmp) target_link_libraries(mpeg Qt5::Widgets -lqmmp ${TAGLIB_LDFLAGS} ${MAD_LDFLAGS} ${MPG123_LDFLAGS}) -install(TARGETS mpeg DESTINATION ${LIB_DIR}/qmmp/Input) +install(TARGETS mpeg DESTINATION ${PLUGIN_DIR}/Input) ENDIF(MAD_FOUND OR MPG123_FOUND) -- cgit v1.2.3-13-gbd6f