You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Qt auto-detection using find_package(QT NAMES Qt6 Qt5)
- Separate debian/control files:
* control: V25 (Qt6) with explicit qt6-base-dev, libdtk6*-dev deps
* control.1: V20 (Qt5) with explicit qtbase5-dev, libdtk*-dev deps
- remove Qt5 fallback build dependencies
- adjust Qt private include paths to use modern Qt6 syntax
- add conditional Qt6 WidgetsPrivate linking
- refactor DTK version variable usage throughout build system
- maintain NO_DBUS_CALLER_AUTH_CHECK for Qt5 builds
This enables seamless building on both V25 (Qt6) and V20 (Qt5) systems
without version-specific conditional dependencies.
Log: 分离Qt5/Qt6构建配置,支持V25/V20双版本
PMS: https://pms.uniontech.com/task-view-386321.html
0 commit comments