summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt-replace-stream.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt-replace-stream.cmake')
-rwxr-xr-xqtinterface/tqt-replace-stream.cmake7
1 files changed, 6 insertions, 1 deletions
diff --git a/qtinterface/tqt-replace-stream.cmake b/qtinterface/tqt-replace-stream.cmake
index ea269d0..84c1083 100755
--- a/qtinterface/tqt-replace-stream.cmake
+++ b/qtinterface/tqt-replace-stream.cmake
@@ -10,7 +10,12 @@ else
sed 's/\([^_]\)TQ\([^T_]\)/\1Q\2/g' | \
sed 's/TQT\([^_]\)/QT\1/g' | \
sed 's/Q\([^ _]*\)_OBJECT_NAME_STRING/TQ\1_OBJECT_NAME_STRING/g' | \
- sed 's/\([ \t]\)tq\([^:(_)\t ]\)/\1\2/g'
+ sed 's/\([ \t]\)tq\([^:(_)\t ]\)/\1\2/g' | \
+ sed 's/TQ_PROPERTY/Q_PROPERTY/g' | \
+ sed 's/TQ_ENUMS/Q_ENUMS/g' | \
+ sed 's/TQ_SETS/Q_SETS/g' | \
+ sed 's/TQ_OVERRIDE/Q_OVERRIDE/g' | \
+ sed 's/TQ_CLASSINFO/Q_CLASSINFO/g'
fi
if [[ $QT_VERSION == 4 ]]; then