diff --git a/src/qtpaths/qtpaths.cpp b/src/qtpaths/qtpaths.cpp
index 91941558bd49ac77f1e286185190d92c1795f580..8b98d9fa0f431ba023da14c7737f1a038a09c014 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 }
 };