summaryrefslogtreecommitdiffstats
path: root/qtinterface/moc-tqt
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/moc-tqt')
-rwxr-xr-xqtinterface/moc-tqt11
1 files changed, 0 insertions, 11 deletions
diff --git a/qtinterface/moc-tqt b/qtinterface/moc-tqt
deleted file mode 100755
index e8c3d53..0000000
--- a/qtinterface/moc-tqt
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-if [[ $1 == "" ]]; then
- echo "Usage: moc-tqt <moc_binary> <input_file> <output_file>"
-else
- cp -Rp $2 $2.bkp
- tqt-replace $2
- $1 $2 -o $3
- cp -Rp $2.bkp $2
- rm -f $2.bkp
-fi