Skip to content

Commit

Permalink
Pre-release changes (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2023
1 parent 7e3e588 commit da1bd3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
lxqt-runner-1.4.0 / 2023-11-05
===============================
* An option is added for the top margin.
* Ported deprecated KWindowSystem methods.

lxqt-runner-1.3.0 / 2023-04-15
===============================
* Updated VirtualBox icons for license compatibility.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ cmake_dependent_option(RUNNER_VBOX_HEADLESS
# Minimum Versions
set(KF5_MINIMUM_VERSION "5.101.0")
set(LIBMENUCACHE_MINIMUM_VERSION "1.1.0")
set(LXQT_MINIMUM_VERSION "1.3.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.3.0")
set(LXQT_MINIMUM_VERSION "1.4.0")
set(LXQT_GLOBALKEYS_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 da1bd3f

Please sign in to comment.