We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c8183f + 8f6da69 commit f8eff10Copy full SHA for f8eff10
CHANGELOG
@@ -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
+
6
lxqt-sudo-0.17.0 / 2021-04-15
7
=============================
8
* Handled Qt5.15's deprecations.
CMakeLists.txt
@@ -15,7 +15,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
15
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
16
17
# Minimum Versions
18
-set(LXQT_MINIMUM_VERSION "0.17.0")
+set(LXQT_MINIMUM_VERSION "1.0.0")
19
set(QT_MINIMUM_VERSION "5.15.0")
20
21
find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
0 commit comments