Skip to content

Commit 68be0bb

Browse files
authored
Pre-release changes (#285)
1 parent 72879ae commit 68be0bb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
lxqt-admin-1.4.0 / 2023-11-05
2+
==============================
3+
* Set the default shell to bash if available.
4+
* Removed KWindowSystem as a direct dependency and made some code improvements.
5+
16
lxqt-admin-1.3.0 / 2023-04-15
27
==============================
38
* Used more specific icons for lxqt-admin-time and lxqt-admin-user.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
1212
set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "Installation path for libraries")
1313

1414
# Minimum Versions
15-
set(LXQT_MINIMUM_VERSION "1.3.0")
15+
set(LXQT_MINIMUM_VERSION "1.4.0")
1616
set(QT_MINIMUM_VERSION "5.15.0")
1717

1818
find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)