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
|
DEFINES += QMEDIA_DIRECTSHOW_CAMERA
|
||||||
|
|
||||||
win32-g++: DEFINES += QT_NO_WMSDK
|
mingw: DEFINES += QT_NO_WMSDK
|
||||||
|
|
||||||
win32: DEFINES += _CRT_SECURE_NO_WARNINGS
|
win32: DEFINES += _CRT_SECURE_NO_WARNINGS
|
||||||
|
|
||||||
|
|||||||
@@ -16,9 +16,7 @@ qtHaveModule(widgets) {
|
|||||||
DEFINES += HAVE_WIDGETS
|
DEFINES += HAVE_WIDGETS
|
||||||
}
|
}
|
||||||
|
|
||||||
win32-g++ {
|
mingw: DEFINES += NO_DSHOW_STRSAFE
|
||||||
DEFINES += NO_DSHOW_STRSAFE
|
|
||||||
}
|
|
||||||
|
|
||||||
!config_wmf: include(player/player.pri)
|
!config_wmf: include(player/player.pri)
|
||||||
include(camera/camera.pri)
|
include(camera/camera.pri)
|
||||||
|
|||||||
Reference in New Issue
Block a user