Update BuildGuideQtCreator.md

This commit is contained in:
Matt Feemster 2016-03-09 19:55:24 -08:00
parent f22d0503d0
commit df9921a8fb

View File

@ -86,13 +86,13 @@ This will download and build `glm libpng libxml zlib`. You will have a folder st
###Begin build with Qt Creator ###Begin build with Qt Creator
Open the Qt Project `fractorium/main.pro` using Qt Creator with the default config of *Desktop Qt [version] MSVC2013 64bit*. Open the Qt Project `fractorium/main.pro` using Qt Creator with the default config of *Desktop Qt [version] MSVC2013 64bit*.
Select *Shadow build* in *Edit build configuration* for both *Debug* and *Release*. Make sure *Shadow build* in *Edit build configuration* for both *Debug* and *Release* is unchecked.
Switch to the *Release* configuration. Switch to the *Release* configuration.
Under *Build Steps*, add an additional argument of `install` to the `make` command to force all dependencies to be copied to the output folder. The final make command should look like: Under *Build Steps*, add an additional argument of `install` to the `make` command to force all dependencies to be copied to the output folder. The final make command should look like:
`jom.exe install in /path/to/your/build/build-main-Desktop_Qt_5_5_1_MSVC2013_64bit-Release` `jom.exe install in /path/to/fractorium`
Ensure all projects are in the *Release* configuration and build main.pro. Ensure all projects are in the *Release* configuration and build main.pro.