Skip to content
Snippets Groups Projects
Commit b0e9eb0b authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Pierre Lamot
Browse files

qt: update minimum required Qt version in qt.hpp


Signed-off-by: default avatarPierre Lamot <pierre@videolabs.io>
parent 91bce9ab
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@
#include <QString>
#include <QUrl>
#if ( QT_VERSION < 0x050900 )
# error Update your Qt version to at least 5.9.0
#if ( QT_VERSION < QT_VERSION_CHECK(5, 11, 0) )
# error Update your Qt version to at least 5.11.0
#endif
#define HAS_QT510 ( QT_VERSION >= 0x051000 )
......
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