Skip to content

Commit

Permalink
qmake: Set Qt 5.5.1 as a minimally required Qt version
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Feb 13, 2017
1 parent 1412d91 commit 5910963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zeal.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
#-------------------------------------------------

lessThan(QT_VERSION, "5.2.0") {
error("Qt 5.2.0 or above is required to build Zeal.")
lessThan(QT_VERSION, "5.5.1") {
error("Qt 5.5.1 or above is required to build Zeal.")
}

TEMPLATE = subdirs
Expand Down

0 comments on commit 5910963

Please sign in to comment.