aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-05-18 14:42:51 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-05-18 14:42:51 +0000
commit628480d42e7e957f98c4e628b282ccb3f09c8d28 (patch)
tree599dbe5ae7aad12fd0e2c3891915aa92e5ead61c
parent17963880de0e953caac62c7dafc59cfeb06d9f0d (diff)
downloadqmmp-628480d42e7e957f98c4e628b282ccb3f09c8d28.tar.gz
qmmp-628480d42e7e957f98c4e628b282ccb3f09c8d28.tar.bz2
qmmp-628480d42e7e957f98c4e628b282ccb3f09c8d28.zip
flac plugin: fixed cmake script (thanks to Gennadi Motsyo)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@375 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/plugins/Input/flac/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/flac/CMakeLists.txt b/src/plugins/Input/flac/CMakeLists.txt
index c60d0456d..9fd646919 100644
--- a/src/plugins/Input/flac/CMakeLists.txt
+++ b/src/plugins/Input/flac/CMakeLists.txt
@@ -68,6 +68,6 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
IF(FLAC_FOUND)
ADD_LIBRARY(flac SHARED ${libflac_SRCS} ${libflac_MOC_SRCS} ${libflac_UIS_H} ${libflac_RCC_SRCS})
-target_link_libraries(flac ${QT_LIBRARIES} -lqmmp ${FLAC_LDLAGS} ${FLAC_CFLAGS} ${TAGLIB_LDFLAGS} ${TAGLIB_CFLAGS})
+target_link_libraries(flac ${QT_LIBRARIES} -lqmmp ${FLAC_LDFLAGS} ${FLAC_CFLAGS} ${TAGLIB_LDFLAGS} ${TAGLIB_CFLAGS})
install(TARGETS flac DESTINATION ${LIB_DIR}/qmmp/Input)
ENDIF(FLAC_FOUND)