summaryrefslogtreecommitdiffstats
path: root/src/macdeployqt/macdeployqt/main.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-01-29 13:01:29 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-01-29 13:01:29 +0100
commit36aa99b22465e10d44c1461021b93d60bc6aeead (patch)
tree7bd9365b82bb50845428d864d9863ebebcf62666 /src/macdeployqt/macdeployqt/main.cpp
parent0e25b01afe4c68f34019753d120aebfbe7b5665e (diff)
parenta6a665bdb147d0a0fbfcd65053718a54e1d9815b (diff)
Merge remote-tracking branch 'origin/5.6' into dev
Diffstat (limited to 'src/macdeployqt/macdeployqt/main.cpp')
-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 97abac2de..c5fa33207 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";