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