diff options
| -rw-r--r-- | src/plugins/General/converter/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/plugins/General/converter/converter.pro | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
