1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Bump minimum Qt version to 5.5

This commit is contained in:
David Rosca 2015-05-22 21:46:40 +02:00
parent 4bd92d1403
commit 0eab2dfb68

View File

@ -6,8 +6,8 @@
#
#-------------------------------------------------
lessThan(QT_VERSION, 5.4) {
error("QupZilla requires at least Qt 5.4!")
lessThan(QT_VERSION, 5.5) {
error("QupZilla requires at least Qt 5.5!")
}
# Create plugins directory first on Mac / Linux