1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-18 12:54:23 +02:00

Fixed Qt4 build

This commit is contained in:
2019-03-13 08:42:18 +01:00
parent bf845a4a65
commit cdfd968592
3 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,8 @@
#include "slfparser.h"
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
#include "geojsonparser.h"
#include "exifparser.h"
#endif // QT 5
#include "exifparser.h"
#include "dem.h"
#include "data.h"