summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-08-26 09:58:48 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-08-26 08:07:11 +0000
commit474ef4b4efc053606df68837d4905837266b25cd (patch)
treed5ad81c833c82262e0f7b44c69ee49d8dcaa4d92
parent85e1b4d0896465b825f561330a66e5bfd3928087 (diff)
downloadqt-creator-474ef4b4efc053606df68837d4905837266b25cd.tar.gz
README.md: Fix instructions on deployment on Windows.
The option -quick needs to passed to windeployqt to actually scan the .qml files. Change-Id: Ifeb6eee4a5e16f25196721906632914eb4568081 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d459592cb2..70193fc08e 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@ For detailed information on the supported compilers, see
able to find all dependent Qt-libraries and plugins when being launched by the
system. The easiest way to provide them for Qt 5 is to run the tool windeployqt:
- windeployqt -qmldir share\qtcreator -qmldir src\plugins\qmlprofiler bin\qtcreator.exe lib\qtcreator lib\qtcreator\plugins
+ windeployqt -quick -qmldir share\qtcreator\welcomescreen -qmldir src\plugins\qmlprofiler bin\qtcreator.exe lib\qtcreator lib\qtcreator\plugins
Note that unlike on Unix, you cannot overwrite executables that are running.
Thus, if you want to work on Qt Creator using Qt Creator, you need a