From d631eaeb59f83079e0cad793b54292c1b6128b7d Mon Sep 17 00:00:00 2001
From: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
Date: Fri, 7 Nov 2014 12:08:12 +0100
Subject: [PATCH] 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>
---
 src/androiddeployqt/main.cpp | 2 ++
 1 file changed, 2 insertions(+)

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"
-- 
GitLab