Skip to content
Snippets Groups Projects
Commit 474ef4b4 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

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: default avatarKai Koehne <kai.koehne@theqtcompany.com>
parent 85e1b4d0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment