Update BuildGuideQtCreator.md

This commit is contained in:
Matt Feemster 2016-03-03 19:43:31 -08:00
parent 79390a6ecf
commit 0877625eb9

View File

@ -130,20 +130,15 @@ emberrender.exe
flam3-palettes.xml flam3-palettes.xml
fractorium.exe fractorium.exe
libxml2.dll libxml2.dll
Qt5Core.dll
Qt5Gui.dll
Qt5Widgets.dll
tbb.dll tbb.dll
platforms\qwindows.dll
``` ```
Double click fractorium.exe to run it, and use the command line to run the others. Double click fractorium.exe to run it, and use the command line to run the others.
To run it on a machine which does not have Qt installed, put the .exe and .dll files above along with these files together in one folder
```
Qt5.5.1\5.5\msvc2013_64\bin\Qt5Core.dll
Qt5.5.1\5.5\msvc2013_64\bin\Qt5Gui.dll
Qt5.5.1\5.5\msvc2013_64\bin\Qt5Widgets.dll
Qt5.5.1\5.5\msvc2013_64\plugins\platforms\qwindows.dll (put in folder "platforms")
```
To run on a computer without Visual Studio 2013, these files also need to be in the folder: To run on a computer without Visual Studio 2013, these files also need to be in the folder:
``` ```
@ -170,7 +165,6 @@ or you can install [Visual C++ Redistributable Packages for Visual Studio 2013 (
├─ libxml2.dll ├─ libxml2.dll
├─ Qt5Core.dll ├─ Qt5Core.dll
├─ Qt5Gui.dll ├─ Qt5Gui.dll
├─ Qt5OpenGL.dll
├─ Qt5Widgets.dll ├─ Qt5Widgets.dll
├─ tbb.dll ├─ tbb.dll