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.2.1 / 2025-06-30
2+ ========================================
3+ * Use Qt provided FindXCB module.
4+ * Added power-profiles info to README.
5+
16lxqt-powermanagement-2.2.0 / 2025-04-17
27========================================
38 * Added support for power profiles.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1515
1616option (UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF )
1717
18- set (LXQTBT_MINIMUM_VERSION "2.2.0 " )
18+ set (LXQTBT_MINIMUM_VERSION "2.2.1 " )
1919set (KF6_MINIMUM_VERSION "6.0.0" )
2020set (LXQT_MINIMUM_VERSION "2.2.0" )
2121set (QT_MINIMUM_VERSION "6.6.0" )
@@ -34,7 +34,7 @@ find_package(XCB REQUIRED COMPONENTS DPMS SCREENSAVER)
3434message (STATUS "Building with Qt${Qt6Core_VERSION} " )
3535
3636# Patch Version
37- set (LXQT_POWERMANAGEMENT_PATCH_VERSION 0 )
37+ set (LXQT_POWERMANAGEMENT_PATCH_VERSION 1 )
3838
3939set (LXQT_POWERMANAGEMENT_VERSION ${LXQT_MAJOR_VERSION} .${LXQT_MINOR_VERSION} .${LXQT_POWERMANAGEMENT_PATCH_VERSION} )
4040add_definitions (
You can’t perform that action at this time.
0 commit comments