Skip to content

Commit

Permalink
Merge pull request #219 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Oct 30, 2020
2 parents 7961adb + 67c76fa commit d74b3aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lxqt-notificationd-0.16.0 / 2020-11-01
======================================
* Avoided container detachment.
* Dropped deprecated QProcess method.
* Added an option for showing notifications in the screen with the mouse pointer.

lxqt-notificationd-0.15.0 / 2020-04-22
======================================
* Bumped version to 0.15.0.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
option(LXQT_NOTIFICATION_BUILD_TESTS "Build LXQt Notification tests" OFF)

set(KF5_MINIMUM_VERSION "5.36.0")
set(LXQT_MINIMUM_VERSION "0.15.0")
set(QT_MINIMUM_VERSION "5.10.0")
set(LXQT_MINIMUM_VERSION "0.16.0")
set(QT_MINIMUM_VERSION "5.12.0")

find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit d74b3aa

Please sign in to comment.