mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed build on QT5 versions < 5.4
This commit is contained in:
parent
9f0fcdc13e
commit
ff37b91bc5
@ -13,7 +13,7 @@
|
||||
#define PCS_FILE "pcs.csv"
|
||||
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 4, 0)
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user