Skip to content

Commit

Permalink
Merge pull request #88 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan committed Apr 17, 2024
2 parents 4233798 + 764352b commit 46e36b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
@@ -1,3 +1,11 @@
lxqt-qtplugin-2.0.0 / 2024-04-17
=================================
* Ported to Qt6.
* Check the existence of qApp.
* Set mouse cursor theme and size.
* Set hover effect.
* Added link to libdbusmenu-lxqt in `README.md`.

lxqt-qtplugin-1.4.0 / 2023-11-05
=================================
* Just corrected a case of code readability and bumped the version.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
# CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level
# CMakeLists.txt file even before calling the project() command.
# The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)
Expand All @@ -15,7 +15,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
# Minimum Versions
set(LXQTBT_MINIMUM_VERSION "2.0.0")
set(QT_MINIMUM_VERSION "6.6.0")
set(QTXDG_MINIMUM_VERSION "3.12.0")
set(QTXDG_MINIMUM_VERSION "4.0.0")
set(FMQT_MINIMUM_VERSION "2.0.0")

find_package(Qt6DBus ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 46e36b6

Please sign in to comment.