From 8215c3cf6a0ec818f534bf9cee21037e8b943376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Sun, 14 Dec 2014 10:41:42 +0100 Subject: [PATCH] Short Howto setup a QtCreator project for developing Wesnoth. --- projectfiles/QtCreator/Readme.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 projectfiles/QtCreator/Readme.txt diff --git a/projectfiles/QtCreator/Readme.txt b/projectfiles/QtCreator/Readme.txt new file mode 100644 index 000000000000..0c28dcba46c2 --- /dev/null +++ b/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 + +"Add Clean Steps" +same thing as for "Add Build Step" +"Commands arguments" : -c