1
0
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:
Martin Tůma 2018-12-08 23:35:42 +01:00
parent 9f0fcdc13e
commit ff37b91bc5

View File

@ -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>