From 84caf35db779a00fa2d59510ca1040f8143a1c6f Mon Sep 17 00:00:00 2001 From: motsyo Date: Fri, 14 Oct 2011 19:39:53 +0000 Subject: fix for build with --as-needed git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2398 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/converter/CMakeLists.txt | 2 +- src/plugins/General/converter/converter.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General') diff --git a/src/plugins/General/converter/CMakeLists.txt b/src/plugins/General/converter/CMakeLists.txt index ece24662a..07d06be59 100644 --- a/src/plugins/General/converter/CMakeLists.txt +++ b/src/plugins/General/converter/CMakeLists.txt @@ -66,5 +66,5 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) ADD_LIBRARY(converter MODULE ${libconverter_SRCS} ${libconverter_MOC_SRCS} ${libconverter_UIS_H} ${libconverter_RCC_SRCS}) add_dependencies(converter qmmpui) -target_link_libraries(converter ${QT_LIBRARIES} -lqmmpui -lqmmp) +target_link_libraries(converter ${QT_LIBRARIES} -lqmmpui -lqmmp -ltag) install(TARGETS converter DESTINATION ${LIB_DIR}/qmmp/General) diff --git a/src/plugins/General/converter/converter.pro b/src/plugins/General/converter/converter.pro index 66834b7ad..927556ed5 100644 --- a/src/plugins/General/converter/converter.pro +++ b/src/plugins/General/converter/converter.pro @@ -12,7 +12,7 @@ unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libconverter.so TEMPLATE = lib unix:QMAKE_LIBDIR += ../../../../lib -unix:LIBS += -lqmmpui -lqmmp +unix:LIBS += -lqmmpui -lqmmp -ltag PKGCONFIG += taglib -- cgit v1.2.3-13-gbd6f