1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Fixed QT4 build

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

View File

@ -9,7 +9,6 @@
#include "waypoint.h"
#include "path.h"
class WaypointItem;
class POI : public QObject
{

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"