diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-07 16:53:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-07 16:53:05 +0900 |
commit | 2b8afac3e7a0cca1fb9e371562a8449ffbf575d2 (patch) | |
tree | 527822b037feffb33e846ee5844d5f3d7d87caaf /qtinterface/dcopidl-tqt | |
parent | 233aee46f57861eceff8e6ad7b38a2e79f2d62c8 (diff) | |
download | tqtinterface-2b8afac3.tar.gz tqtinterface-2b8afac3.zip |
Remove tqt-replace, uic-tqt and moc-tqt tools
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/dcopidl-tqt')
-rwxr-xr-x | qtinterface/dcopidl-tqt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qtinterface/dcopidl-tqt b/qtinterface/dcopidl-tqt index ea2443c..35c7bc5 100755 --- a/qtinterface/dcopidl-tqt +++ b/qtinterface/dcopidl-tqt @@ -4,7 +4,6 @@ if [[ $1 == "" ]]; then echo "Usage: dcopidl-tqt <dcopidl_binary> <input_file>" else cp -Rp $2 $2.bkp -# tqt-replace $2 $1 $2 cp -Rp $2.bkp $2 rm -f $2.bkp |