From 3b102b026b6fdd8dfbc284741d8df7c1d6dcc9d3 Mon Sep 17 00:00:00 2001
From: David Faure <david.faure@kdab.com>
Date: Sun, 6 Jul 2014 15:30:58 +0200
Subject: [PATCH] qtpaths: add missing GenericConfigLocation, exists since Qt
 5.2.0

Change-Id: I4d4ef2e0f33896984f436df6c9a033dd89866665
Reviewed-by: Sune Vuorela <sune@vuorela.dk>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
---
 src/qtpaths/qtpaths.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/qtpaths/qtpaths.cpp b/src/qtpaths/qtpaths.cpp
index 91941558b..8b98d9fa0 100644
--- a/src/qtpaths/qtpaths.cpp
+++ b/src/qtpaths/qtpaths.cpp
@@ -88,6 +88,7 @@ static const struct StringEnum {
     { "GenericDataLocation", QStandardPaths::GenericDataLocation },
     { "RuntimeLocation", QStandardPaths::RuntimeLocation },
     { "ConfigLocation", QStandardPaths::ConfigLocation },
+    { "GenericConfigLocation", QStandardPaths::GenericConfigLocation },
     { "DownloadLocation", QStandardPaths::DownloadLocation }
 };
 
-- 
GitLab