Skip to content
Snippets Groups Projects
Commit 5140c806 authored by Yann Boucher's avatar Yann Boucher
Browse files

Removed the (incorrect) minimal qt version message

parent ad5a1153
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,6 @@ QT += core gui ...@@ -3,11 +3,6 @@ QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
equals(QT_MAJOR_VERSION, 5): QT += multimedia equals(QT_MAJOR_VERSION, 5): QT += multimedia
!versionAtLeast(QT_VERSION, 5.14.0) {
message("Cannot use Qt $${QT_VERSION}")
error("Use Qt 5.14 or newer")
}
CONFIG += c++14 CONFIG += c++14
TEMPLATE = app TEMPLATE = app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment