From ff37b91bc5be42980a195fe239b1758caf7a0542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 8 Dec 2018 23:35:42 +0100 Subject: [PATCH] Fixed build on QT5 versions < 5.4 --- src/common/programpaths.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/programpaths.cpp b/src/common/programpaths.cpp index 955cbde9..e1fd313e 100644 --- a/src/common/programpaths.cpp +++ b/src/common/programpaths.cpp @@ -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