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

main: Bump minimum Qt version to 5.6

This commit is contained in:
David Rosca 2015-11-12 18:38:26 +01:00
parent 60bc4ba715
commit a75002313a

View File

@ -132,7 +132,7 @@ void msgHandler(QtMsgType type, const QMessageLogContext &context, const QString
int main(int argc, char* argv[])
{
QT_REQUIRE_VERSION(argc, argv, "4.7.0");
QT_REQUIRE_VERSION(argc, argv, "5.6.0");
#ifndef Q_OS_WIN
qInstallMessageHandler(&msgHandler);