From 07f828ddd51ded5d59d1fb997c8ed3b2318ad347 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Thu, 5 Nov 2015 23:46:29 +0100 Subject: [PATCH] Require Qt 5.6 --- QupZilla.pro | 4 ++-- src/lib/lib.pro | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/QupZilla.pro b/QupZilla.pro index 36fe4fa0f..df6d1e01f 100644 --- a/QupZilla.pro +++ b/QupZilla.pro @@ -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) { diff --git a/src/lib/lib.pro b/src/lib/lib.pro index 8a6d87853..c608a8db4 100644 --- a/src/lib/lib.pro +++ b/src/lib/lib.pro @@ -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 \