From dc60c953d272cb104936c9c056b3101975f52ea8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 19 Jan 2012 01:00:13 -0600 Subject: Fix FTBFS in certain packages due to incorrect tqApp mangling This partially resolves Bug 604 --- qtinterface/tqt-replace-stream.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'qtinterface/tqt-replace-stream.cmake') diff --git a/qtinterface/tqt-replace-stream.cmake b/qtinterface/tqt-replace-stream.cmake index 5bdbf12..0d24627 100755 --- a/qtinterface/tqt-replace-stream.cmake +++ b/qtinterface/tqt-replace-stream.cmake @@ -10,6 +10,7 @@ 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/tqApp/qApp/g' | \ sed 's/\([ \t]\)tq\([^:(_)\t ]\)/\1\2/g' | \ sed 's/TQ_PROPERTY/Q_PROPERTY/g' | \ sed 's/TQ_ENUMS/Q_ENUMS/g' | \ -- cgit v1.2.1