diff --git a/modules/ECMQmLoader.cpp.in b/modules/ECMQmLoader.cpp.in --- a/modules/ECMQmLoader.cpp.in +++ b/modules/ECMQmLoader.cpp.in @@ -44,7 +44,7 @@ QString subPath = QStringLiteral("locale/") + localeDirName + QStringLiteral("/LC_MESSAGES/@QM_LOADER_CATALOG_NAME@.qm"); #if defined(Q_OS_ANDROID) - const QString fullPath = QDir::homePath()+QStringLiteral("/../qt-reserved-files/share/") + subPath; + const QString fullPath = QDir::homePath() + QStringLiteral("/../qt-reserved-files/share/") + subPath; if (!QFile::exists(fullPath)) { return false; }