summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/win32
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-01-08 14:12:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-17 12:08:24 +0100
commit278152fffd57a14fd5e7eb17064d9a1a17b7d72c (patch)
treeb0eebfc91c8072290359ce28255b80cbc1bf0f9b /mkspecs/features/win32
parente59b28e08e7212415726fe9cd1b394e92607f061 (diff)
Replace win32-g++ with mingw scope
Commit 773dd01 introduced a general mingw platform scope, which is cleaner and more flexible than matching the spec name. Change-Id: Ie3a9cb791a83f7c8a51bc4e23069190c452ab521 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/features/win32')
-rw-r--r--mkspecs/features/win32/windows.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/win32/windows.prf b/mkspecs/features/win32/windows.prf
index d0b59e05e0..82e0ebe1b5 100644
--- a/mkspecs/features/win32/windows.prf
+++ b/mkspecs/features/win32/windows.prf
@@ -1,7 +1,7 @@
CONFIG -= console
contains(TEMPLATE, ".*app"){
QMAKE_LFLAGS += $$QMAKE_LFLAGS_WINDOWS $$QMAKE_LFLAGS_EXE
- win32-g++:DEFINES += QT_NEEDS_QMAIN
+ mingw:DEFINES += QT_NEEDS_QMAIN
qt:for(entryLib, $$list($$unique(QMAKE_LIBS_QT_ENTRY))) {
isEqual(entryLib, -lqtmain): {