Skip to content

Commit

Permalink
Pre-release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Nov 3, 2020
1 parent bcfbd4f commit 6653021
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-admin-0.16.0 / 2020-11-01
==============================
* Use QFlags default constructor.
* Fixed a settings memory leak.
* Rigenerated all desktop files, completed italian translation, fixed title in README.

lxqt-admin-0.15.0 / 2020-04-23
==============================
* 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 @@ -13,8 +13,8 @@ set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "Installation path for librari

# Minimum Versions
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(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 6653021

Please sign in to comment.