proper qt version check

This commit is contained in:
Aditya Kulkarni
2018-11-15 18:40:46 -08:00
parent 32bfaf252c
commit af4d99aa27
3 changed files with 9 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
#include <QtGlobal>
#if QT_VERSION >= 0x051000
#if (QT_VERSION >= QT_VERSION_CHECK(5, 10, 0))
#include <QRandomGenerator>
#endif