Replace Iconv_LIBRARY with Iconv_LIBRARIES

This commit is contained in:
Jonas Kvinge 2021-07-30 23:01:07 +02:00
parent 8040813da8
commit d4a9f5bb2e

View File

@ -1071,7 +1071,7 @@ target_link_libraries(strawberry_lib PUBLIC
${SINGLEAPPLICATION_LIBRARIES} ${SINGLEAPPLICATION_LIBRARIES}
${SINGLECOREAPPLICATION_LIBRARIES} ${SINGLECOREAPPLICATION_LIBRARIES}
${QTSPARKLE_LIBRARIES} ${QTSPARKLE_LIBRARIES}
${Iconv_LIBRARY} ${Iconv_LIBRARIES}
libstrawberry-common libstrawberry-common
libstrawberry-tagreader libstrawberry-tagreader
) )