aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/sid/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-01 11:05:55 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-01 11:05:55 +0000
commit5245c295d8ff79c95ef9d1dcd7198d88613fcc04 (patch)
tree26b4ae1a854d893dbde0eaac78cd19f9707b3554 /src/plugins/Input/sid/CMakeLists.txt
parentae2b9f6f9fd882f44a253b143aada0dc7cb0264c (diff)
downloadqmmp-5245c295d8ff79c95ef9d1dcd7198d88613fcc04.tar.gz
qmmp-5245c295d8ff79c95ef9d1dcd7198d88613fcc04.tar.bz2
qmmp-5245c295d8ff79c95ef9d1dcd7198d88613fcc04.zip
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
Diffstat (limited to 'src/plugins/Input/sid/CMakeLists.txt')
-rw-r--r--src/plugins/Input/sid/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/sid/CMakeLists.txt b/src/plugins/Input/sid/CMakeLists.txt
index a1ed59cda..54c174104 100644
--- a/src/plugins/Input/sid/CMakeLists.txt
+++ b/src/plugins/Input/sid/CMakeLists.txt
@@ -45,7 +45,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
IF(SIDPLAYFP_FOUND)
ADD_LIBRARY(sid MODULE ${libsid_SRCS} ${libsid_UIS_H}
${libsid_RCC_SRCS} ${libsid_HDRS})
-add_dependencies(sid qmmp)
-target_link_libraries(sid Qt5::Widgets -lqmmp ${SIDPLAYFP_LDFLAGS})
+add_dependencies(sid libqmmp)
+target_link_libraries(sid Qt5::Widgets libqmmp ${SIDPLAYFP_LDFLAGS})
install(TARGETS sid DESTINATION ${PLUGIN_DIR}/Input)
ENDIF(SIDPLAYFP_FOUND)