File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ lxqt-powermanagement-2.1.0 / 2024-11-05
2+ ========================================
3+ * Fixed memory leak.
4+ * Inform users of XF86 keys under Wayland.
5+
16lxqt-powermanagement-2.0.0 / 2024-04-17
27========================================
38 * Ported to Qt6.
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1515
1616option (UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF )
1717
18- set (LXQTBT_MINIMUM_VERSION "2.0 .0" )
18+ set (LXQTBT_MINIMUM_VERSION "2.1 .0" )
1919set (KF6_MINIMUM_VERSION "6.0.0" )
20- set (LXQT_MINIMUM_VERSION "2.0 .0" )
20+ set (LXQT_MINIMUM_VERSION "2.1 .0" )
2121set (QT_MINIMUM_VERSION "6.6.0" )
2222
2323find_package (lxqt2-build -tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
You can’t perform that action at this time.
0 commit comments