From df9921a8fbea8a9c2a5ba951c08d39d35487caa2 Mon Sep 17 00:00:00 2001 From: Matt Feemster Date: Wed, 9 Mar 2016 19:55:24 -0800 Subject: [PATCH] Update BuildGuideQtCreator.md --- Data/BuildGuideQtCreator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.