mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Android build fix #2
This commit is contained in:
parent
0b05079a49
commit
867b70d159
@ -54,8 +54,11 @@
|
||||
#include "pathitem.h"
|
||||
#include "mapaction.h"
|
||||
#include "poiaction.h"
|
||||
#include "navigationwidget.h"
|
||||
#include "gui.h"
|
||||
#ifdef Q_OS_ANDROID
|
||||
#include "common/util.h"
|
||||
#include "navigationwidget.h"
|
||||
#endif // Q_OS_ANDROID
|
||||
|
||||
|
||||
#define MAX_RECENT_FILES 10
|
||||
|
@ -5,10 +5,10 @@
|
||||
#include "map/map.h"
|
||||
#include "mapaction.h"
|
||||
#include "tooltip.h"
|
||||
#include "mapitem.h"
|
||||
#ifdef Q_OS_ANDROID
|
||||
#include "popup.h"
|
||||
#endif // Q_OS_ANDROID
|
||||
#include "mapitem.h"
|
||||
|
||||
|
||||
static void growLeft(Map *map, const Coordinates &c, QRectF &rect)
|
||||
|
Loading…
Reference in New Issue
Block a user