1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-28 03:59:15 +02:00

Fixed QT version handling in build process

This commit is contained in:
2018-07-24 17:23:14 +02:00
parent 34de55cf0c
commit 004e9bfef3
6 changed files with 17 additions and 7 deletions

View File

@ -12,7 +12,6 @@
#include <QRadioButton>
#include <QLabel>
#include <QSysInfo>
#include "config.h"
#include "icons.h"
#include "colorbox.h"
#include "stylecombobox.h"

View File

@ -4,6 +4,7 @@
#include <QDialog>
#include "palette.h"
#include "units.h"
#include "config.h"
class ColorBox;

View File

@ -46,4 +46,8 @@
#define TILES_DIR USER_DIR + QString("/tiles")
#define TRANSLATIONS_DIR GLOBAL_DIR + QString("/translations")
#if (QT_VERSION >= QT_VERSION_CHECK(5, 10, 1))
#define ENABLE_HTTP2
#endif // QT >= 5.10.1
#endif /* CONFIG_H */

View File

@ -2,7 +2,6 @@
#include <QFileInfo>
#include <QNetworkRequest>
#include <QBasicTimer>
#include "config.h"
#include "downloader.h"

View File

@ -7,6 +7,7 @@
#include <QList>
#include <QSet>
#include <QHash>
#include "config.h"
class Download