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 e9b12cb + 35747d7 commit 4e2c43bCopy full SHA for 4e2c43b
CHANGELOG
@@ -1,3 +1,7 @@
1
+lxqt-sudo-2.2.0 / 2025-04-17
2
+=============================
3
+ * Updated translations and bumped the version.
4
+
5
lxqt-sudo-2.1.0 / 2024-11-05
6
=============================
7
* Add new env vars for `sudo`.
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 "2.1.0")
+set(LXQT_MINIMUM_VERSION "2.2.0")
19
set(QT_MINIMUM_VERSION "6.6.0")
20
21
find_package(Qt6Widgets ${QT_MINIMUM_VERSION} REQUIRED)
0 commit comments