-
Notifications
You must be signed in to change notification settings - Fork 1.3k
QtCreator Setup
Sean Taylor edited this page Feb 24, 2017
·
24 revisions
Before you get started you will have to download the dependencies separately:
Download and install the latest Qt 5.8 64-bit for Linux, MacOS or Windows that comes with QtCreator:
- Qt 5.8 + QtCreator
- Install to the default directory or ~/Qt
- Open gameplay/gameplay.pro
- Under "Configure Project" tab select "Desktop Qt 5.8.0 xxx 64bit" and expand "Details" section.
- Change the enormous default user based build paths for Debug and Release to:
Debug = "Debug"
Release ="Release"
- Open samples/browser/sample-browser.pro
- Under "Configure Project" tab select "Desktop Qt 5.8.0 xxx 64bit" and expand "Details" section.
- Change the enormous default user based build paths for Debug and Release to:
Debug = "Debug"
Release ="Release"
- Build gameplay and sample-browser projects
- To run the sample-browser, select the sample-browser project
- Select the "Projects" section on the left to edit the project properties.
- Chagne the run settings under the Desktop Qt 5.8.0 xxx 64bit kit by changing to the Run sub-section tab.
- Change the working directory to:
%{buildDir}/..
- Linux and MacOS should be setup to Debug without any additional software.
- Windows needs to install the additional "Standalone Debugging Tools for Windows (WinDbg)" https://msdn.microsoft.com/en-us/windows/hardware/hh852365