Skip to content

Commit f8eff10

Browse files
authored
Merge pull request #177 from lxqt/prerelease
Pre-release changes
2 parents 4c8183f + 8f6da69 commit f8eff10

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
lxqt-sudo-1.0.0 / 2021-11-04
2+
=============================
3+
* Updated AUTHORS.
4+
* Bumped minimum required Qt version to 5.15.
5+
16
lxqt-sudo-0.17.0 / 2021-04-15
27
=============================
38
* Handled Qt5.15's deprecations.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
1515
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
1616

1717
# Minimum Versions
18-
set(LXQT_MINIMUM_VERSION "0.17.0")
18+
set(LXQT_MINIMUM_VERSION "1.0.0")
1919
set(QT_MINIMUM_VERSION "5.15.0")
2020

2121
find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)