Skip to content
Snippets Groups Projects
Commit 8f708804 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

VlmcLogger: Don't require Qt 5.5

parent aaa962c8
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,9 @@ VlmcLogger::outputToConsole( int level, const char *msg )
switch ( (QtMsgType)level )
{
case QtDebugMsg:
#if QT_VERSION >= QT_VERSION_CHECK(5,5,0)
case QtInfoMsg:
#endif
fprintf(stdout, "%s\n", msg);
break;
case QtWarningMsg:
......
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