Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[qt5-base] fix linking of SQLite in vcpkg-cmake-wrapper.cmake #27

Merged
merged 1 commit into from Oct 17, 2021

Conversation

Be-ing
Copy link

@Be-ing Be-ing commented Oct 16, 2021

FindSQLite3.cmake included in CMake exports a SQLite::SQLite3
target:
https://cmake.org/cmake/help/latest/module/FindSQLite3.html

@Be-ing
Copy link
Author

Be-ing commented Oct 16, 2021

I am puzzled how this worked before.

Be-ing added a commit to mixxxdj/mixxx that referenced this pull request Oct 16, 2021
Be-ing added a commit to Be-ing/mixxx that referenced this pull request Oct 17, 2021
Be-ing added a commit to mixxxdj/mixxx that referenced this pull request Oct 17, 2021
Holzhaus
Holzhaus previously approved these changes Oct 17, 2021
@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this is correct?

In Mixxx CMakeLists.txt, we also link to SQLite3::SQLite3...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, accidently approved. SHould be a regular comment instead.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is changed in mixxxdj/mixxx#4432

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@Holzhaus Holzhaus dismissed their stale review October 17, 2021 19:36

accidental review

@Holzhaus Holzhaus merged commit 913da7e into mixxxdj:2.4 Oct 17, 2021
@Be-ing Be-ing deleted the qt5_sqlite branch October 17, 2021 19:37
Be-ing added a commit to mixxxdj/mixxx that referenced this pull request Oct 19, 2021
Be-ing added a commit to mixxxdj/mixxx that referenced this pull request Oct 20, 2021
Be-ing added a commit to mixxxdj/mixxx that referenced this pull request Oct 24, 2021
Be-ing added a commit to mixxxdj/mixxx that referenced this pull request Oct 24, 2021
Be-ing added a commit to mixxxdj/mixxx that referenced this pull request Oct 26, 2021
Be-ing added a commit to Be-ing/mixxx that referenced this pull request Nov 10, 2021
Be-ing added a commit to mixxxdj/mixxx that referenced this pull request Nov 16, 2021
Be-ing added a commit to mixxxdj/mixxx that referenced this pull request Nov 17, 2021
Be-ing added a commit to Be-ing/mixxx that referenced this pull request Nov 17, 2021
Be-ing added a commit to Be-ing/mixxx that referenced this pull request Nov 20, 2021
Be-ing added a commit to mixxxdj/mixxx that referenced this pull request Nov 21, 2021
Be-ing added a commit to mixxxdj/mixxx that referenced this pull request Nov 21, 2021
Be-ing added a commit to mixxxdj/mixxx that referenced this pull request Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants