summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace-tqt3.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt-replace-tqt3.cmake')
-rwxr-xr-xqtinterface/tqt-replace-tqt3.cmake10
1 files changed, 0 insertions, 10 deletions
diff --git a/qtinterface/tqt-replace-tqt3.cmake b/qtinterface/tqt-replace-tqt3.cmake
deleted file mode 100755
index 8d69a5f..0000000
--- a/qtinterface/tqt-replace-tqt3.cmake
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-QT_VERSION=@QT_VERSION@
-
-if [[ "$1" == "" ]]; then
- echo "Usage: tqt-replace <input_file>"
-else
- sed -i 's/Q_SLOTS>/slots>/g' "$1"
- sed -i 's/Q_SIGNALS>/signals>/g' "$1"
- exit 0
-fi