mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-21 10:29:36 -06:00
removed Qt v5 support since TinyORM v0.38.0 🎉🕺🙌
Removed Qt v5.15 support since TinyORM v0.38.0, finally.
Minimum required Qt version is now v6.2!
Day of celebration is today. 😁
- removed all #if QT_VERSION macro checks
- updated docs
- workflows removed Qt v5 related pipelines
- updated all comments
- vcpkg removed tinyorm-qt5 port
- updated Gentoo build
- updated README.md Qt v5 badges
- tools removed Qt v5 related scripts
- tools updated deploy.ps1 script
This commit is contained in:
@@ -497,13 +497,14 @@ tiny_resource_and_manifest(${Tom_target}
|
||||
# Resolve and link dependencies
|
||||
# ---
|
||||
|
||||
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED)
|
||||
find_package(QT NAMES Qt6 COMPONENTS Core REQUIRED)
|
||||
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED)
|
||||
find_package(TinyOrm 0.37.3 CONFIG REQUIRED)
|
||||
|
||||
# Unconditional dependencies
|
||||
target_link_libraries(${Tom_target}
|
||||
PRIVATE
|
||||
# Never use versionless Qt targets
|
||||
Qt${QT_VERSION_MAJOR}::Core
|
||||
TinyOrm::TinyOrm
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user