Windows GUI build instruction updated.
authorAlexey Chernobaev <achernobaev@dev.rtsoft.ru>
Tue, 8 May 2018 15:48:35 +0000 (18:48 +0300)
committerAlexey Chernobaev <achernobaev@dev.rtsoft.ru>
Tue, 8 May 2018 15:48:35 +0000 (18:48 +0300)
WINDOWS_GUI_BUILD.md

index 1a7c6f1129fe5446c72100d2a5b0cae3125526a5..eeb88d2e1488058fe7e69cd9d984fe7f3656df80 100644 (file)
@@ -131,3 +131,7 @@ threadweaver.dll
 <b>platforms\</b>qwindows.dll
 <b>styles\</b>qwindowsvistastyle.dll
 </pre>
+
+The dynamic link libraries (except *threadweaver.dll*) will be copied to the destination directory automatically after building the Release configuration of the GUI application (TizenMemoryProfiler.exe) using *Qt Creator* or *qmake*. The remaining *threadweaver.dll* file will be created after building *ThreadWeaver.pro* if the library was installed to the recommended directory (see [ThreadWeaver](#ThreadWeaver)), otherwise you may need to copy this file manually.
+
+You may also use the Qt Windows deployment tool *windeployqt* (see [Qt for Windows - Deployment](http://doc.qt.io/qt-5/windows-deployment.html)) to create a folder containing the Qt-related dependencies of TizenMemoryProfiler.exe (but some of the files and directories copied by the tool may be unnecessary). File *qwt.dll* (and possibly *threadweaver.dll*) shall be copied manually in this case.
\ No newline at end of file