From 7c2590e38791912bac804055bb67cc43c8f7f02c Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 8 Oct 2016 16:52:40 +0200 Subject: [PATCH] Add comment about qml location --- shared/shared.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/shared.cpp b/shared/shared.cpp index c03d55a..7ec714c 100644 --- a/shared/shared.cpp +++ b/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