Skip to content

Commit

Permalink
Short Howto setup a QtCreator project for developing Wesnoth.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Müller committed Dec 14, 2014
1 parent 6681100 commit 8215c3c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions projectfiles/QtCreator/Readme.txt
@@ -0,0 +1,20 @@
At QtCreator's "Welcome" screen,
press "Open Project" and navigate into this directory.

Open the "Wesnoth.config" file.

At the "Projects" screen,
click on "Build Settings".

The "build directory" field is not used by scons.

Under "Build Steps", remove the "Make" item..

"Add Build Step"
"Custom process step"
"Command" enter "scons" or the full path if not in the search path.
"Commands arguments" : -j<number_of_your_cores_+1>

"Add Clean Steps"
same thing as for "Add Build Step"
"Commands arguments" : -c

0 comments on commit 8215c3c

Please sign in to comment.