1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Fixed Qt version with time zones support

+ reverted broken Qt version check for opengl
This commit is contained in:
2020-05-30 17:06:06 +02:00
parent cc16c9e79b
commit 0999cdcba2
2 changed files with 6 additions and 5 deletions

View File

@ -18,8 +18,8 @@
#define ENABLE_GEOJSON
#endif // QT >= 5.0
#if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0)
#if QT_VERSION >= QT_VERSION_CHECK(5, 5, 0)
#define ENABLE_TIMEZONES
#endif // QT >= 5.2
#endif // QT >= 5.5
#endif /* CONFIG_H */