diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-05-21 16:30:46 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-05-21 16:30:46 +0100 |
commit | 53517af1f57810bef745f03602f407161a475d76 (patch) | |
tree | 6f93dcbbe69799202042b9b2281247d92d5098d9 | |
parent | 649e33187dc29c98df43fa0b858d49228251169c (diff) |
docs: Mention windeployqt.
-rw-r--r-- | docs/INSTALL.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/INSTALL.markdown b/docs/INSTALL.markdown index 96807fda..966f6adc 100644 --- a/docs/INSTALL.markdown +++ b/docs/INSTALL.markdown @@ -153,6 +153,11 @@ on Windows XP. If you want to obtain binaries that on Windows XP then pass the `-T v110_xp` or `-T v120_xp` options to cmake when building with Visual Studio 2012 or 2013 respectively. +To run qapitrace, either you ensure that `C:\Qt\QtX.Y.Z\X.Y\msvc2013\bin` is in the system path, or you can use [Qt's Windows deployment tool](http://doc.qt.io/qt-5/windows-deployment.html#the-windows-deployment-tool) to copy all necessary DLLs, like: + + set Path=C:\Qt\QtX.Y.Z\X.Y\msvc2013\bin;%Path% + windeployqt build\qapitrace.exe + ## MinGW ## Additional requirements: |