From f0d71d667b4b917117f49b81fc1c36fb6a74819f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 12 May 2019 21:26:45 +0200 Subject: [PATCH] Fixed builds with Qt 5 versions < 5.4 --- gpxsee.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpxsee.pro b/gpxsee.pro index dc1773a4..6cb523f0 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -388,7 +388,7 @@ win32 { unix:!macx { isEmpty(PREFIX):PREFIX = /usr/local - lessThan(QT_MAJOR_VERSION, 5) {DEFINES += PREFIX=\\\"$$PREFIX\\\"} + DEFINES += PREFIX=\\\"$$PREFIX\\\" maps.files = pkg/maps/* maps.path = $$PREFIX/share/gpxsee/maps