tools/activeqt/testcon/testcon.pro
changeset 33 3e2da88830cd
parent 0 1918ee327afb
--- 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)
 
 }