Skip to content

Commit

Permalink
Merge pull request #177 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Nov 5, 2021
2 parents 4c8183f + 8f6da69 commit f8eff10
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

1 comment on commit f8eff10

@tsujan
Copy link
Member Author

@tsujan tsujan commented on f8eff10 Nov 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The draft announcement is here: https://github.com/lxqt/lxqt/releases

The site (https://lxqt-project.org/) will be updated soon.

Please sign in to comment.