Skip to content

Commit 058787a

Browse files
authored
Merge pull request #77 from lxqt/prerelease
Pre-release changes
2 parents 9b52bfa + 33a1e98 commit 058787a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
lxqt-qtplugin-1.3.0 / 2023-04-15
2+
=================================
3+
* Bumped the version to 1.3.0 and updated the dependencies.
4+
15
lxqt-qtplugin-1.2.0 / 2022-11-05
26
=================================
37
* Bumped the version to 1.2.0 and updated the dependencies.

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
1313
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1414

1515
# Minimum Versions
16-
set(LXQTBT_MINIMUM_VERSION "0.12.0")
16+
set(LXQTBT_MINIMUM_VERSION "0.13.0")
1717
set(QT_MINIMUM_VERSION "5.15.0")
18-
set(QTXDG_MINIMUM_VERSION "3.10.0")
19-
set(FMQT_MINIMUM_VERSION "1.2.0")
18+
set(QTXDG_MINIMUM_VERSION "3.11.0")
19+
set(FMQT_MINIMUM_VERSION "1.3.0")
2020

2121
find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
2222
find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)