Skip to content

Commit 46e36b6

Browse files
authored
Merge pull request #88 from lxqt/prerelease
Pre-release changes
2 parents 4233798 + 764352b commit 46e36b6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
lxqt-qtplugin-1.4.0 / 2023-11-05
210
=================================
311
* Just corrected a case of code readability and bumped the version.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
22
# CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level
33
# CMakeLists.txt file even before calling the project() command.
44
# The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)
@@ -15,7 +15,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1515
# Minimum Versions
1616
set(LXQTBT_MINIMUM_VERSION "2.0.0")
1717
set(QT_MINIMUM_VERSION "6.6.0")
18-
set(QTXDG_MINIMUM_VERSION "3.12.0")
18+
set(QTXDG_MINIMUM_VERSION "4.0.0")
1919
set(FMQT_MINIMUM_VERSION "2.0.0")
2020

2121
find_package(Qt6DBus ${QT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)