Skip to content

Commit

Permalink
libcore|Qt: Check for Qt 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 6, 2016
1 parent 1f92c59 commit e7ddd3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/sdk/libcore/include/de/libcore.h
Expand Up @@ -115,6 +115,9 @@
# if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
# define DENG2_QT_5_6_OR_NEWER
# endif
# if (QT_VERSION >= QT_VERSION_CHECK(5, 7, 0))
# define DENG2_QT_5_7_OR_NEWER
# endif
#endif

#ifndef _MSC_VER
Expand Down

0 comments on commit e7ddd3d

Please sign in to comment.