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:
parent
32fe733af7
commit
07f828ddd5
|
@ -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) {
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user