diff -r 5dc02b23752f -r 3e2da88830cd tools/activeqt/testcon/testcon.pro --- a/tools/activeqt/testcon/testcon.pro Tue Jul 06 15:10:48 2010 +0300 +++ b/tools/activeqt/testcon/testcon.pro Wed Aug 18 10:37:55 2010 +0300 @@ -16,6 +16,6 @@ win32-borland { QMAKE_POST_LINK = -midl $$QT_SOURCE_TREE/tools/activeqt/testcon/testcon.idl } else { - !win32-g++:QMAKE_POST_LINK = midl $$QT_SOURCE_TREE/tools/activeqt/testcon/testcon.idl && move testcon.tlb $(TARGETDIR) + !win32-g++*:QMAKE_POST_LINK = midl $$QT_SOURCE_TREE/tools/activeqt/testcon/testcon.idl && move testcon.tlb $(TARGETDIR) }