Skip to content

Commit

Permalink
Pre-release changes (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2023
1 parent 72879ae commit 68be0bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
lxqt-admin-1.4.0 / 2023-11-05
==============================
* Set the default shell to bash if available.
* Removed KWindowSystem as a direct dependency and made some code improvements.

lxqt-admin-1.3.0 / 2023-04-15
==============================
* Used more specific icons for lxqt-admin-time and lxqt-admin-user.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "Installation path for libraries")

# Minimum Versions
set(LXQT_MINIMUM_VERSION "1.3.0")
set(LXQT_MINIMUM_VERSION "1.4.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 68be0bb

Please sign in to comment.