forked from qt-creator/qt-creator
qml2puppet: Fix build with MinGW
Which was broken in 5daee38e
.
Change-Id: Ic43ed4528cb5e2c831e07b17a2ee118583b54526
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Björn Schäpers
parent
aa4b9b88da
commit
ec0135f517
@@ -2,7 +2,7 @@ QT += core gui widgets qml quick network
|
||||
QT += core-private qml-private quick-private gui-private
|
||||
|
||||
CONFIG += c++17
|
||||
win32: QMAKE_CXXFLAGS += /std:c++17
|
||||
win32:!mingw: QMAKE_CXXFLAGS += /std:c++17
|
||||
|
||||
DEFINES -= QT_CREATOR
|
||||
|
||||
|
Reference in New Issue
Block a user