summaryrefslogtreecommitdiff
path: root/setup-creator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup-creator.sh')
-rwxr-xr-xsetup-creator.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/setup-creator.sh b/setup-creator.sh
new file mode 100755
index 00000000..dfb0c80e
--- /dev/null
+++ b/setup-creator.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+# This script creates (and updates) a Qt Creator project file, for developing
+# manaserv using the Qt Creator IDE.
+
+echo "[General]" > manaserv.creator
+echo "#define SQLITE_SUPPORT 1" > manaserv.config
+echo "src
+/usr/include/libxml2" > manaserv.includes
+
+git ls-files \*.cpp \
+ \*.h \
+ \*.txt \
+ \*.xml \
+ \*.pro \
+ > manaserv.files