From 6bea3b7ebfdf570090c158fc386f3f9b001deb89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Wed, 10 Jul 2019 21:17:52 +0200 Subject: [PATCH] Suppress QT's deprecated functions warnings --- gpxsee.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpxsee.pro b/gpxsee.pro index 236ee2cd..7bc925fa 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -319,9 +319,11 @@ greaterThan(QT_MAJOR_VERSION, 4) { SOURCES += src/data/geojsonparser.cpp } -DEFINES += APP_VERSION=\\\"$$VERSION\\\" +DEFINES += APP_VERSION=\\\"$$VERSION\\\" \ + QT_NO_DEPRECATED_WARNINGS DEFINES *= QT_USE_QSTRINGBUILDER + RESOURCES += gpxsee.qrc TRANSLATIONS = lang/gpxsee_en.ts \ lang/gpxsee_cs.ts \