From 5245c295d8ff79c95ef9d1dcd7198d88613fcc04 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 1 Jul 2018 11:05:55 +0000 Subject: feature to change application name git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8077 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/sndfile/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Input/sndfile/CMakeLists.txt') diff --git a/src/plugins/Input/sndfile/CMakeLists.txt b/src/plugins/Input/sndfile/CMakeLists.txt index 68588a617..4bb349f15 100644 --- a/src/plugins/Input/sndfile/CMakeLists.txt +++ b/src/plugins/Input/sndfile/CMakeLists.txt @@ -33,8 +33,8 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) IF(SNDFILE_FOUND) ADD_LIBRARY(sndfile MODULE ${libsndfile_SRCS} ${libsndfile_UIS_H} ${libsndfile_RCC_SRCS} ${libsndfile_HDRS}) -add_dependencies(sndfile qmmp) -target_link_libraries(sndfile Qt5::Widgets -lqmmp ${SNDFILE_LDFLAGS}) +add_dependencies(sndfile libqmmp) +target_link_libraries(sndfile Qt5::Widgets libqmmp ${SNDFILE_LDFLAGS}) install(TARGETS sndfile DESTINATION ${PLUGIN_DIR}/Input) ENDIF(SNDFILE_FOUND) -- cgit v1.2.3-13-gbd6f