Browse Source

Add comment about qml location

master
probonopd 8 years ago
parent
commit
7c2590e387
  1. 1
      shared/shared.cpp

1
shared/shared.cpp

@ -942,6 +942,7 @@ bool deployQmlImports(const QString &appDirPath, DeploymentInfo deploymentInfo,
argumentList.append(qmlDir);
}
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;
// Verify that we found a valid qmlImportsPath

Loading…
Cancel
Save