aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-12-14 12:41:04 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-12-14 12:41:04 +0000
commit5b875657aba150137a2f46910d676289a878b4d6 (patch)
tree3ab74b315a2617018f90d2e0726dc56ff97f960b /src/qmmpui/CMakeLists.txt
parent43ee25ac78884c3c579a555fee589f3677ea7f21 (diff)
downloadqmmp-5b875657aba150137a2f46910d676289a878b4d6.tar.gz
qmmp-5b875657aba150137a2f46910d676289a878b4d6.tar.bz2
qmmp-5b875657aba150137a2f46910d676289a878b4d6.zip
fixed linker flags
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@680 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/CMakeLists.txt')
-rw-r--r--src/qmmpui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt
index 08b7a5c94..e02ee1ce8 100644
--- a/src/qmmpui/CMakeLists.txt
+++ b/src/qmmpui/CMakeLists.txt
@@ -84,7 +84,7 @@ QT4_WRAP_CPP(libqmmpui_MOC_SRCS ${libqmmpui_MOC_HDRS})
include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(qmmpui SHARED ${libqmmpui_SRCS} ${libqmmpui_MOC_SRCS} ${libqmmpui_RCC_SRCS})
-target_link_libraries(qmmpui ${QT_LIBRARIES})
+target_link_libraries(qmmpui ${QT_LIBRARIES} -lqmmp)
add_dependencies(qmmpui libqmmp)
SET_TARGET_PROPERTIES(qmmpui PROPERTIES VERSION ${QMMP_VERSION} SOVERSION ${QMMP_SOVERSION})
install(TARGETS qmmpui LIBRARY DESTINATION ${LIB_DIR})