summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-01-22 10:55:05 +0100
committerMorten Johan Sørvig <morten.sorvig@theqtcompany.com>2016-01-22 11:44:35 +0000
commit2ae9f3729cfda0451a24a8a112fd326170e1cc14 (patch)
treecc4570303a66dff7a9365b644626e9600a96dd53
parent2b8b119290d7b453cd1c5ef8ee62bf653eaffbb0 (diff)
macdeployqt: clarify wording of -qmldir option
Change-Id: I8306799c0be90129a50412502a0142f33e5da4bd Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
-rw-r--r--src/macdeployqt/macdeployqt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macdeployqt/macdeployqt/main.cpp b/src/macdeployqt/macdeployqt/main.cpp
index 81639f233..9a47e0f2c 100644
--- a/src/macdeployqt/macdeployqt/main.cpp
+++ b/src/macdeployqt/macdeployqt/main.cpp
@@ -53,7 +53,7 @@ int main(int argc, char **argv)
qDebug() << " -no-strip : Don't run 'strip' on the binaries";
qDebug() << " -use-debug-libs : Deploy with debug versions of frameworks and plugins (implies -no-strip)";
qDebug() << " -executable=<path> : Let the given executable use the deployed frameworks too";
- qDebug() << " -qmldir=<path> : Deploy imports used by .qml files in the given path";
+ qDebug() << " -qmldir=<path> : Scan for QML imports in the given path";
qDebug() << " -always-overwrite : Copy files even if the target file exists";
qDebug() << " -codesign=<ident> : Run codesign with the given identity on all executables";
qDebug() << " -appstore-compliant: Skip deployment of components that use private API";