We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad84a96 commit 076537dCopy full SHA for 076537d
CHANGELOG
@@ -1,3 +1,7 @@
1
+lxqt-admin-1.2.0 / 2022-11-05
2
+==============================
3
+ * Removed the tool-bar's redundant context menu.
4
+
5
lxqt-admin-1.1.0 / 2022-04-15
6
==============================
7
* Updated translations.
CMakeLists.txt
@@ -13,7 +13,7 @@ set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "Installation path for librari
13
14
# Minimum Versions
15
set(KF5_MINIMUM_VERSION "5.36.0")
16
-set(LXQT_MINIMUM_VERSION "1.1.0")
+set(LXQT_MINIMUM_VERSION "1.2.0")
17
set(QT_MINIMUM_VERSION "5.15.0")
18
19
find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
0 commit comments