summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-01-17 14:28:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-21 11:11:41 +0100
commit76bdce73b53dd505efa9d6a5bd114465c961517d (patch)
tree27194f81cc320040f6f666d1d2996abb660d9a29 /tools
parentb29f51357b4d18f33f5d522994aeff149737b358 (diff)
Replace win32-g++ with mingw scope
Commit 773dd01 in qtbase introduced a general mingw platform scope, which is cleaner and more flexible than matching the spec name. (see 278152fff for a similar commit in qtbase). Change-Id: I36449cfa199db8bd25ffb0f7b384346cd74897d8 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/testcon/testcon.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testcon/testcon.pro b/tools/testcon/testcon.pro
index a963c42..5c3645d 100644
--- a/tools/testcon/testcon.pro
+++ b/tools/testcon/testcon.pro
@@ -8,7 +8,7 @@ HEADERS = docuwindow.h mainwindow.h invokemethod.h changeproperties.h ambientpr
FORMS = mainwindow.ui invokemethod.ui changeproperties.ui ambientproperties.ui controlinfo.ui
RC_FILE = testcon.rc
-!win32-g++*:QMAKE_POST_LINK = midl $$shell_quote($$shell_path($$PWD/testcon.idl)) && move testcon.tlb $(TARGETDIR)
+!mingw:QMAKE_POST_LINK = midl $$shell_quote($$shell_path($$PWD/testcon.idl)) && move testcon.tlb $(TARGETDIR)
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target