Skip to content

Commit

Permalink
Merge pull request #69 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Nov 3, 2020
2 parents 9e188e8 + 6a5d679 commit bd08fef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
lxqt-openssh-askpass-0.15.0 / 2020-04-23
lxqt-openssh-askpass-0.16.0 / 2020-11-01
========================================
* Bumped version to 0.16.0.

lxqt-openssh-askpass-0.15.0 / 2020-04-23
========================================
* Bumped version to 0.15.0.
* Removed (duplicated) string casts definitions.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)

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

0 comments on commit bd08fef

Please sign in to comment.