From 87023114e6772aef9cd7bc5c8f9ec77ae3943a56 Mon Sep 17 00:00:00 2001 From: Felix Kauselmann <2039670+selmf@users.noreply.github.com> Date: Mon, 19 Feb 2018 13:56:18 +0100 Subject: [PATCH] Require at least Qt 5.4 for compilation. --- config.pri | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/config.pri b/config.pri index fd223f3b..f693dcb1 100644 --- a/config.pri +++ b/config.pri @@ -15,12 +15,7 @@ lessThan(QT_VER_MIN, 6) { warning ("Qt < 5.6 detected. Compilation will probably work, but some qml based components in YACReaderLibrary (GridView, InfoView) will fail at runtime.") } lessThan(QT_VER_MIN, 4):!CONFIG(no_opengl) { - CONFIG += legacy_gl_widget - warning ("Qt < 5.4 detected. Using QGLWidget for coverflow.") - warning ("QGLWidget based coverflow is scheduled for removal.") - } -lessThan(QT_VER_MIN, 3) { - error ("You need at least Qt 5.3 to compile YACReader or YACReaderLibrary.") + error ("You need at least Qt 5.4 to compile YACReader or YACReaderLibrary.") } # Disable coverflow for arm targets