summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlibraryinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qlibraryinfo.h')
-rw-r--r--src/corelib/global/qlibraryinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/global/qlibraryinfo.h b/src/corelib/global/qlibraryinfo.h
index 04956052b3..bfb3a9f858 100644
--- a/src/corelib/global/qlibraryinfo.h
+++ b/src/corelib/global/qlibraryinfo.h
@@ -65,7 +65,8 @@ public:
LibraryExecutablesPath,
BinariesPath,
PluginsPath,
- Qml2ImportsPath,
+ QmlImportsPath,
+ Qml2ImportsPath = QmlImportsPath,
ArchDataPath,
DataPath,
TranslationsPath,