aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-12-04 12:06:08 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-12-04 12:06:08 +0000
commit27a0bf662d7dd46823222fd95d73587a0c7a095c (patch)
treebaa321a9300ee2560bb71c20cdf09295bf164843 /src/plugins/Input/mad
parentee2dcb552128031dce57f1cab62857c76e98916c (diff)
downloadqmmp-27a0bf662d7dd46823222fd95d73587a0c7a095c.tar.gz
qmmp-27a0bf662d7dd46823222fd95d73587a0c7a095c.tar.bz2
qmmp-27a0bf662d7dd46823222fd95d73587a0c7a095c.zip
building of .app package for MacOS X with CMake (patch by Ivan Ponomarev)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5807 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad')
-rw-r--r--src/plugins/Input/mad/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/CMakeLists.txt b/src/plugins/Input/mad/CMakeLists.txt
index e44c74d75..16b944c93 100644
--- a/src/plugins/Input/mad/CMakeLists.txt
+++ b/src/plugins/Input/mad/CMakeLists.txt
@@ -67,6 +67,6 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
IF(MAD_FOUND)
ADD_LIBRARY(mad MODULE ${libmad_SRCS} ${libmad_UIS_H} ${libmad_RCC_SRCS} ${libmad_HDRS})
add_dependencies(mad qmmp)
-target_link_libraries(mad ${QT_LIBRARIES} -lqmmp ${MAD_LDFLAGS} ${TAGLIB_LDFLAGS})
+target_link_libraries(mad ${QT_LIBRARIES} libqmmp ${MAD_LDFLAGS} ${TAGLIB_LDFLAGS})
install(TARGETS mad DESTINATION ${LIB_DIR}/qmmp/Input)
ENDIF(MAD_FOUND)