-
Notifications
You must be signed in to change notification settings - Fork 1.3k
QtCreator Setup
seanpaultaylor edited this page Nov 10, 2014
·
24 revisions
sudo apt-get install build-essential gcc cmake libglu1-mesa-dev libogg-dev libopenal-dev libgtk2.0-dev curl libpcrecpp0:i386 lib32z1-dev
Before you get started you will have to download the dependencies separately:
Download and install the latest Qt 5.3.2 that comes with QtCreator:
- [http://qt-project.org/downloads](Qt 5.3.2 + QtCreator)
- Install to the default directory of ~/Qt
- Open gameplay/gameplay.pro
- Under "Configure Project" tab select "Desktop Qt 5.3 GCC 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.3 GCC 64bit" and expand "Details" section.
- Change the enormous default user based build paths for Debug and Release to:
Debug = "Debug"
Release ="Release"
- Under Dependencies tab select "gameplay"
- 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.3 BCC 64bit kit by changing to the Run sub-tab.
- Change the working directory to:
%{buildDir}/..