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/mcopidl-tqt | |
parent | 233aee46f57861eceff8e6ad7b38a2e79f2d62c8 (diff) | |
download | tqtinterface-2b8afac3e7a0cca1fb9e371562a8449ffbf575d2.tar.gz tqtinterface-2b8afac3e7a0cca1fb9e371562a8449ffbf575d2.zip |
Remove tqt-replace, uic-tqt and moc-tqt tools
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/mcopidl-tqt')
-rwxr-xr-x | qtinterface/mcopidl-tqt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qtinterface/mcopidl-tqt b/qtinterface/mcopidl-tqt index 3b390c5..35d23e1 100755 --- a/qtinterface/mcopidl-tqt +++ b/qtinterface/mcopidl-tqt @@ -4,7 +4,6 @@ if [[ $1 == "" ]]; then echo "Usage: mcopidl-tqt <mcopidl_binary> <options> <input_file>" else cp -Rp ${BASH_ARGV[0]} ${BASH_ARGV[0]}.bkp -# tqt-replace ${BASH_ARGV[0]} $@ cp -Rp ${BASH_ARGV[0]}.bkp ${BASH_ARGV[0]} rm -f ${BASH_ARGV[0]}.bkp |