mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed QT4 build
This commit is contained in:
parent
937251fbdc
commit
e6a39b5146
@ -9,7 +9,6 @@
|
||||
#include "waypoint.h"
|
||||
#include "path.h"
|
||||
|
||||
class WaypointItem;
|
||||
|
||||
class POI : public QObject
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include <QtCore>
|
||||
#include <QPainter>
|
||||
#include <QtMath>
|
||||
#include "common/rectc.h"
|
||||
#include "downloader.h"
|
||||
#include "osm.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <QtCore>
|
||||
#include <QDir>
|
||||
#include <QPainter>
|
||||
#include <QtMath>
|
||||
#include "common/wgs84.h"
|
||||
#include "common/rectc.h"
|
||||
#include "config.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include <QtCore>
|
||||
#include <QPainter>
|
||||
#include <QtMath>
|
||||
#include "common/rectc.h"
|
||||
#include "common/wgs84.h"
|
||||
#include "config.h"
|
||||
|
Loading…
Reference in New Issue
Block a user