File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-qtplugin-2.0.0 / 2024-04-17
2
+ =================================
3
+ * Ported to Qt6.
4
+ * Check the existence of qApp.
5
+ * Set mouse cursor theme and size.
6
+ * Set hover effect.
7
+ * Added link to libdbusmenu-lxqt in `README.md`.
8
+
1
9
lxqt-qtplugin-1.4.0 / 2023-11-05
2
10
=================================
3
11
* Just corrected a case of code readability and bumped the version.
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.1 .0 FATAL_ERROR )
1
+ cmake_minimum_required (VERSION 3.18 .0 FATAL_ERROR )
2
2
# CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level
3
3
# CMakeLists.txt file even before calling the project() command.
4
4
# The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)
@@ -15,7 +15,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
15
15
# Minimum Versions
16
16
set (LXQTBT_MINIMUM_VERSION "2.0.0" )
17
17
set (QT_MINIMUM_VERSION "6.6.0" )
18
- set (QTXDG_MINIMUM_VERSION "3.12 .0" )
18
+ set (QTXDG_MINIMUM_VERSION "4.0 .0" )
19
19
set (FMQT_MINIMUM_VERSION "2.0.0" )
20
20
21
21
find_package (Qt6DBus ${QT_MINIMUM_VERSION} REQUIRED )
You can’t perform that action at this time.
0 commit comments