diff --git a/Data/BuildGuideQtCreator.md b/Data/BuildGuideQtCreator.md index 34e494a..1c47e4f 100644 --- a/Data/BuildGuideQtCreator.md +++ b/Data/BuildGuideQtCreator.md @@ -86,13 +86,13 @@ This will download and build `glm libpng libxml zlib`. You will have a folder st ###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*. -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. 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.