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: Ib46b9e83f690b0b26933b73764c7d7d4b031d792 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
e4035bf6d0
commit
7a02bcaad1
@@ -2,7 +2,7 @@ INCLUDEPATH += $$PWD
|
||||
|
||||
DEFINES += QMEDIA_DIRECTSHOW_CAMERA
|
||||
|
||||
win32-g++: DEFINES += QT_NO_WMSDK
|
||||
mingw: DEFINES += QT_NO_WMSDK
|
||||
|
||||
win32: DEFINES += _CRT_SECURE_NO_WARNINGS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user