1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Require Qt 5.6

This commit is contained in:
David Rosca 2015-11-05 23:46:29 +01:00
parent 32fe733af7
commit 07f828ddd5
2 changed files with 2 additions and 3 deletions

View File

@ -6,8 +6,8 @@
#
#-------------------------------------------------
lessThan(QT_VERSION, 5.5) {
error("QupZilla requires at least Qt 5.5!")
lessThan(QT_VERSION, 5.6) {
error("QupZilla requires at least Qt 5.6!")
}
lessThan(QT.webengine.VERSION, 5.6) {

View File

@ -320,7 +320,6 @@ HEADERS += \
network/pac/proxyautoconfig.h \
#network/schemehandlers/fileschemehandler.h \
network/schemehandlers/qupzillaschemehandler.h \
network/schemehandlers/schemehandler.h \
network/urlinterceptor.h \
network/sslerrordialog.h \
notifications/desktopnotification.h \