summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace-stream-tqt3.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 18:31:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 18:31:05 +0900
commitabc07a72ce7dc957e365406877ac73e32241e688 (patch)
treef61a8e8751716ca22e61c7f967f2b2ca79fb3948 /qtinterface/tqt-replace-stream-tqt3.cmake
parentd6c39b276a69b1bdfff98d93c8b11ae86dc8d1e1 (diff)
downloadtqtinterface-abc07a72ce7dc957e365406877ac73e32241e688.tar.gz
tqtinterface-abc07a72ce7dc957e365406877ac73e32241e688.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/tqt-replace-stream-tqt3.cmake')
-rwxr-xr-xqtinterface/tqt-replace-stream-tqt3.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/qtinterface/tqt-replace-stream-tqt3.cmake b/qtinterface/tqt-replace-stream-tqt3.cmake
deleted file mode 100755
index 14f7308..0000000
--- a/qtinterface/tqt-replace-stream-tqt3.cmake
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-QT_VERSION=@QT_VERSION@
-
-if [[ "$1" == "" ]]; then
- echo "Usage: tqt-replace-stream <filename>"
-else
- cat "$1" | sed 's/^Q_OBJECT/TQ_OBJECT/g' | sed 's/\([^T]\)Q_OBJECT/\1TQ_OBJECT/g'
-fi