mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
main: Bump minimum Qt version to 5.6
This commit is contained in:
parent
60bc4ba715
commit
a75002313a
@ -132,7 +132,7 @@ void msgHandler(QtMsgType type, const QMessageLogContext &context, const QString
|
|||||||
|
|
||||||
int main(int argc, char* argv[])
|
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
|
#ifndef Q_OS_WIN
|
||||||
qInstallMessageHandler(&msgHandler);
|
qInstallMessageHandler(&msgHandler);
|
||||||
|
Loading…
Reference in New Issue
Block a user