diff options
Diffstat (limited to 'qtinterface/tqt-replace-stream.cmake')
-rwxr-xr-x | qtinterface/tqt-replace-stream.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qtinterface/tqt-replace-stream.cmake b/qtinterface/tqt-replace-stream.cmake index 6f5f352..49b6d73 100755 --- a/qtinterface/tqt-replace-stream.cmake +++ b/qtinterface/tqt-replace-stream.cmake @@ -7,7 +7,8 @@ else if [[ $QT_VERSION == 3 ]]; then cat $1 | \ sed 's/TQ\([^T]\)/Q\1/g' | \ - sed 's/TQT\([^_]\)/QT\1/g' + sed 's/TQT\([^_]\)/QT\1/g' | \ + sed 's/Q\([^ _]*\)_OBJECT_NAME_STRING/TQ\1_OBJECT_NAME_STRING/g' fi if [[ $QT_VERSION == 4 ]]; then |