Add comment about qml location

This commit is contained in:
probonopd
2016-10-08 16:52:40 +02:00
parent 69e57be9aa
commit 7c2590e387
+1
View File
@@ -942,6 +942,7 @@ bool deployQmlImports(const QString &appDirPath, DeploymentInfo deploymentInfo,
argumentList.append(qmlDir); argumentList.append(qmlDir);
} }
QString qmlImportsPath = QDir::cleanPath(qtPathToBeBundled) + "/qml"; QString qmlImportsPath = QDir::cleanPath(qtPathToBeBundled) + "/qml";
// FIXME: Directory layout might be different for system Qt; cannot assume qml/ to always be inside the Qt directory
LogDebug() << "qmlImportsPath candidate:" << qmlImportsPath; LogDebug() << "qmlImportsPath candidate:" << qmlImportsPath;
// Verify that we found a valid qmlImportsPath // Verify that we found a valid qmlImportsPath