From: Alexey Chernobaev Date: Tue, 8 May 2018 15:48:35 +0000 (+0300) Subject: Windows GUI build instruction updated. X-Git-Tag: submit/tizen/20180620.112952^2^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=331ee7a7b739a0af5f64a8103b40a9810332ba32;p=sdk%2Ftools%2Fheaptrack.git Windows GUI build instruction updated. --- diff --git a/WINDOWS_GUI_BUILD.md b/WINDOWS_GUI_BUILD.md index 1a7c6f1..eeb88d2 100644 --- a/WINDOWS_GUI_BUILD.md +++ b/WINDOWS_GUI_BUILD.md @@ -131,3 +131,7 @@ threadweaver.dll platforms\qwindows.dll styles\qwindowsvistastyle.dll + +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