summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>2014-11-07 12:08:12 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>2014-11-10 10:34:58 +0100
commitd631eaeb59f83079e0cad793b54292c1b6128b7d (patch)
tree91b6c42548f5672e9e4c1c4314276ba0761661a6
parentd14e2b48205157b6776b82af18adfb2dd0050286 (diff)
androiddeployqt: Add --qml-import-paths to help output
This option should also be documented. Change-Id: Icbcbaea65c839105c8f5a94b5d391bb9e95479ce Task-number: QTBUG-41494 Reviewed-by: Christian Stromme <christian.stromme@digia.com>
-rw-r--r--src/androiddeployqt/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/androiddeployqt/main.cpp b/src/androiddeployqt/main.cpp
index 30dc89a11..3979b8f3b 100644
--- a/src/androiddeployqt/main.cpp
+++ b/src/androiddeployqt/main.cpp
@@ -516,6 +516,8 @@ void printHelp()
" in combination with the --release argument. By default,\n"
" an attempt is made to detect the tool using the JAVA_HOME and\n"
" PATH environment variables, in that order.\n"
+ " --qml-import-paths: Specify additional search paths for QML\n"
+ " imports.\n"
" --verbose: Prints out information during processing.\n"
" --no-generated-assets-cache: Do not pregenerate the entry list for\n"
" the assets file engine.\n"