diff --git a/3rdparty/qtcreator/.gitignore b/3rdparty/qtcreator/.gitignore new file mode 100644 index 0000000000..e0f75dc325 --- /dev/null +++ b/3rdparty/qtcreator/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory... +* +# Except for this file, and the script. +!.gitignore +!create_project_file.sh diff --git a/3rdparty/qtcreator/create_project_file.sh b/3rdparty/qtcreator/create_project_file.sh new file mode 100755 index 0000000000..ce9fb8a857 --- /dev/null +++ b/3rdparty/qtcreator/create_project_file.sh @@ -0,0 +1,27 @@ +#!/bin/sh + +if [ "$#" -ne 2 ]; then + echo "This script creates project files for Qt Creator to develop Haiku with." + echo "It should only be used on a per-project basis, as Qt Creator is too slow" + echo "when used on all of Haiku at once." + echo "" + echo "THIS SCRIPT *MUST* BE RUN FROM THE REPOSITORY ROOT." + echo "" + echo "Usage: