diff --git a/src/plugins/qnx/cascadesimport/fileconverter.cpp b/src/plugins/qnx/cascadesimport/fileconverter.cpp index 9a97f8c5c7cffd8b88df9c4b4f181b1203e905aa..6e214deca4cf0d15affdf069cf7e7342c53fff85 100644 --- a/src/plugins/qnx/cascadesimport/fileconverter.cpp +++ b/src/plugins/qnx/cascadesimport/fileconverter.cpp @@ -67,7 +67,7 @@ QByteArray FileConverter::loadFileContent(const QString &filePath, QString &erro QString absFilePath = filePath; if (!filePath.startsWith(QLatin1String(":/"))) { const QString srcProjectPath = convertedProjectContext().srcProjectPath(); - absFilePath = srcProjectPath % QLatin1Char('/') % filePath; + absFilePath = srcProjectPath + QLatin1Char('/') + filePath; } fr.fetch(absFilePath); if (!fr.errorString().isEmpty())