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 574b458 + d52e45e commit a4650a5Copy full SHA for a4650a5
CHANGELOG
@@ -1,3 +1,7 @@
1
+lxqt-sudo-1.1.0 / 2022-04-15
2
+=============================
3
+ * Updated translations and bumped the version.
4
+
5
lxqt-sudo-1.0.0 / 2021-11-04
6
=============================
7
* Updated AUTHORS.
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 "1.0.0")
+set(LXQT_MINIMUM_VERSION "1.1.0")
19
set(QT_MINIMUM_VERSION "5.15.0")
20
21
find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
0 commit comments