From: Eskil Abrahamsen Blomfeldt Date: Fri, 7 Nov 2014 11:08:12 +0000 (+0100) Subject: androiddeployqt: Add --qml-import-paths to help output X-Git-Tag: v5.4.1~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d631eaeb59f83079e0cad793b54292c1b6128b7d;p=platform%2Fupstream%2Fqttools.git 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 --- diff --git a/src/androiddeployqt/main.cpp b/src/androiddeployqt/main.cpp index 30dc89a..3979b8f 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"