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
1 changed files with 1 additions and 1 deletions

View File

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