Skip to content

Commit

Permalink
Prerelease changes (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 16, 2022
1 parent de87bae commit 6a96712
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.1.0 / 2022-04-15
===============================
* Prevented redundant writings of dialog width to config file.
* Updated `README.md`.

lxqt-runner-1.0.0 / 2021-11-04
===============================
* Updated AUTHORS.
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.36.0")
set(LIBMENUCACHE_MINIMUM_VERSION "1.1.0")
set(LXQT_MINIMUM_VERSION "1.0.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.0.0")
set(LXQT_MINIMUM_VERSION "1.1.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.1.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 6a96712

Please sign in to comment.