File qt-4.7.0-disable-testcon-midl.patch of Package mingw32-libqt4
--- tools/activeqt/testcon/testcon.pro.orig 2009-06-20 07:01:59.000000000 +0200
+++ tools/activeqt/testcon/testcon.pro 2009-09-10 20:55:53.000000000 +0200
@@ -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)
}