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-1.0.0 / 2021-11-04
2+ ========================================
3+ * Bumped minimum required Qt version to 5.15.
4+ * Allow pausing of idleness checks from tray icon.
5+
16lxqt-powermanagement-0.17.1 / 2021-04-22
27========================================
38 * Fixed permanent stopping of idleness checks by a fullscreen window.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1616option (UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF )
1717
1818set (KF5_MINIMUM_VERSION "5.36.0" )
19- set (LXQT_MINIMUM_VERSION "0.17 .0" )
19+ set (LXQT_MINIMUM_VERSION "1.0 .0" )
2020set (QT_MINIMUM_VERSION "5.15.0" )
2121
2222find_package (Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
@@ -31,7 +31,7 @@ find_package(lxqt-globalkeys-ui ${LXQT_GLOBALKEYS_MINIMUM_VERSION} REQUIRED)
3131message (STATUS "Building with Qt${Qt5Core_VERSION} " )
3232
3333# Patch Version
34- set (LXQT_POWERMANAGEMENT_PATCH_VERSION 1 )
34+ set (LXQT_POWERMANAGEMENT_PATCH_VERSION 0 )
3535
3636set (LXQT_POWERMANAGEMENT_VERSION ${LXQT_MAJOR_VERSION} .${LXQT_MINOR_VERSION} .${LXQT_POWERMANAGEMENT_PATCH_VERSION} )
3737add_definitions (
You can’t perform that action at this time.
0 commit comments