aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/converter/CMakeLists.txt')
-rw-r--r--src/plugins/General/converter/CMakeLists.txt2
1 files changed, 1 insertions, 1 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)