diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-24 12:21:55 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-24 12:21:55 -0500 |
commit | 410ac8ccb78f033d70166665a0067ce1892dfc38 (patch) | |
tree | 35a6844e8b7585d906b6c4a4c935b508f8bd303a /experimental/qt3-tqt3/convert_qt_itself_qt3_helper | |
parent | 156128284a7b6fb83cc937d565bef03c2ac5617d (diff) | |
download | tde-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-x | experimental/qt3-tqt3/convert_qt_itself_qt3_helper | 5 |
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 |