Skip to content

Commit

Permalink
Merge pull request #27 from Be-ing/qt5_sqlite
Browse files Browse the repository at this point in the history
[qt5-base] fix linking of SQLite in vcpkg-cmake-wrapper.cmake
  • Loading branch information
Holzhaus committed Oct 17, 2021
2 parents 795681b + e85fdc3 commit 913da7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/osx/qt5-base/vcpkg-cmake-wrapper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if("${_target_type}" STREQUAL "STATIC_LIBRARY")
find_package(harfbuzz CONFIG)

set_property(TARGET Qt5::Core APPEND PROPERTY INTERFACE_LINK_LIBRARIES
ZLIB::ZLIB JPEG::JPEG PNG::PNG Freetype::Freetype SQLite3::SQLite3 harfbuzz::harfbuzz
ZLIB::ZLIB JPEG::JPEG PNG::PNG Freetype::Freetype SQLite::SQLite3 harfbuzz::harfbuzz
double-conversion::double-conversion PostgreSQL::PostgreSQL OpenSSL::SSL OpenSSL::Crypto
)

Expand Down

0 comments on commit 913da7e

Please sign in to comment.