summaryrefslogtreecommitdiff
path: root/update-creator.sh
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-05 21:51:07 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-05 21:51:35 +0100
commit1b25be33dee7c95e0af01091827d706cc3326161 (patch)
tree526e20f61043ed2bd2c92dbac87017fae6ebdd16 /update-creator.sh
parent6de59c31669657957c6d795c149f3acedf34075b (diff)
downloadmana-client-1b25be33dee7c95e0af01091827d706cc3326161.tar.gz
mana-client-1b25be33dee7c95e0af01091827d706cc3326161.tar.bz2
mana-client-1b25be33dee7c95e0af01091827d706cc3326161.tar.xz
mana-client-1b25be33dee7c95e0af01091827d706cc3326161.zip
Added a script to update the Qt Creator project
Also used it to make the mana.files list up to date.
Diffstat (limited to 'update-creator.sh')
-rwxr-xr-xupdate-creator.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/update-creator.sh b/update-creator.sh
new file mode 100755
index 00000000..e0c5463f
--- /dev/null
+++ b/update-creator.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+find -name \*.cpp \
+ -o -name \*.h \
+ -o -name \*.am \
+ -o -name \*.txt \
+ -o -name \*.xml \
+ | sort > mana.files