summaryrefslogtreecommitdiffstats
path: root/experimental/qt3-tqt3/convert_qt_itself_qt3_helper
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-24 12:21:55 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-24 12:21:55 -0500
commit410ac8ccb78f033d70166665a0067ce1892dfc38 (patch)
tree35a6844e8b7585d906b6c4a4c935b508f8bd303a /experimental/qt3-tqt3/convert_qt_itself_qt3_helper
parent156128284a7b6fb83cc937d565bef03c2ac5617d (diff)
downloadtde-410ac8ccb78f033d70166665a0067ce1892dfc38.tar.gz
tde-410ac8ccb78f033d70166665a0067ce1892dfc38.zip
Add scripts to autogenerate a "real" TQt3 from the Qt3 sources in GIT
Diffstat (limited to 'experimental/qt3-tqt3/convert_qt_itself_qt3_helper')
-rwxr-xr-xexperimental/qt3-tqt3/convert_qt_itself_qt3_helper5
1 files changed, 5 insertions, 0 deletions
diff --git a/experimental/qt3-tqt3/convert_qt_itself_qt3_helper b/experimental/qt3-tqt3/convert_qt_itself_qt3_helper
new file mode 100755
index 000000000..2e8c97d9c
--- /dev/null
+++ b/experimental/qt3-tqt3/convert_qt_itself_qt3_helper
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd $1
+ls -d * | sed 's/^q\(.*\)\.h\(.*\)$/mv "&" "tq\1\.h\2"/' | grep mv | sh
+ls -d * | sed 's/^q\(.*\)\.c\(.*\)$/mv "&" "tq\1\.c\2"/' | grep mv | sh