Skip to content

Commit efb4c29

Browse files
authored
Prerelease changes (#368)
1 parent 2575a1a commit efb4c29

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.5.0 / 2022-04-15
2+
==================
3+
* Updated `README.md`.
4+
* Removed qtdbus and qtx11extra from cmake files.
5+
16
2.4.0 / 2021-11-04
27
==================
38
* Bumped minimum required Qt version to 5.15.

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ Project(qps)
99
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
1010

1111
set(MAJOR_VERSION 2)
12-
set(MINOR_VERSION 4)
12+
set(MINOR_VERSION 5)
1313
set(PATCH_VERSION 0)
1414
set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1515
add_definitions(
1616
-DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
1717
)
1818

1919
# Minimum Versions
20-
set(LXQTBT_MINIMUM_VERSION "0.10.0")
21-
set(LXQT_MINIMUM_VERSION "1.0.0")
20+
set(LXQTBT_MINIMUM_VERSION "0.11.0")
21+
set(LXQT_MINIMUM_VERSION "1.1.0")
2222
set(QT_MINIMUM_VERSION "5.15.0")
2323

2424
find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)