Skip to content

Commit

Permalink
Prerelease changes (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 16, 2022
1 parent 2575a1a commit efb4c29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.5.0 / 2022-04-15
==================
* Updated `README.md`.
* Removed qtdbus and qtx11extra from cmake files.

2.4.0 / 2021-11-04
==================
* Bumped minimum required Qt version to 5.15.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Project(qps)
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)

set(MAJOR_VERSION 2)
set(MINOR_VERSION 4)
set(MINOR_VERSION 5)
set(PATCH_VERSION 0)
set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
add_definitions(
-DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
)

# Minimum Versions
set(LXQTBT_MINIMUM_VERSION "0.10.0")
set(LXQT_MINIMUM_VERSION "1.0.0")
set(LXQTBT_MINIMUM_VERSION "0.11.0")
set(LXQT_MINIMUM_VERSION "1.1.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit efb4c29

Please sign in to comment.