Skip to content

Commit

Permalink
Pre-release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Oct 27, 2021
1 parent d431328 commit 8f6da69
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-sudo-1.0.0 / 2021-11-04
=============================
* Updated AUTHORS.
* Bumped minimum required Qt version to 5.15.

lxqt-sudo-0.17.0 / 2021-04-15
=============================
* Handled Qt5.15's deprecations.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)

# Minimum Versions
set(LXQT_MINIMUM_VERSION "0.17.0")
set(LXQT_MINIMUM_VERSION "1.0.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 8f6da69

Please sign in to comment.