1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-25 10:48:04 +02:00

Fixed QT4 build

This commit is contained in:
2018-10-06 23:14:46 +02:00
parent 937251fbdc
commit e6a39b5146
4 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#include <QtCore>
#include <QPainter>
#include <QtMath>
#include "common/rectc.h"
#include "downloader.h"
#include "osm.h"

View File

@ -1,6 +1,6 @@
#include <QtCore>
#include <QDir>
#include <QPainter>
#include <QtMath>
#include "common/wgs84.h"
#include "common/rectc.h"
#include "config.h"

View File

@ -1,5 +1,5 @@
#include <QtCore>
#include <QPainter>
#include <QtMath>
#include "common/rectc.h"
#include "common/wgs84.h"
#include "config.h"