summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2014-07-06 15:30:58 +0200
committerDavid Faure <david.faure@kdab.com>2014-07-08 10:44:26 +0200
commit3b102b026b6fdd8dfbc284741d8df7c1d6dcc9d3 (patch)
tree88e8bf9cd57aaf9a57faed2ee33b861d17324d8f
parente7dc20cc80697a85ea693ef99095868fd14393c8 (diff)
downloadqttools-3b102b026b6fdd8dfbc284741d8df7c1d6dcc9d3.tar.gz
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>
-rw-r--r--src/qtpaths/qtpaths.cpp1
1 files changed, 1 insertions, 0 deletions
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 }
};