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) instead of
hardcoded QT_VERSION_MAJOR=6
- 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
- Add Wayland support with dynamic detection for Qt5
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
System Monitor is a system tool monitoring and managing hardware load, program running and system services. It's capable to real-time monitor CPU status, memory footprint, and upload/download speed, manage system and application processes, search and force end processes as well.
0 commit comments