QmlDesigner: Add compiler flag required to build Qt 6

Change-Id: I47defc9b8d4509f1a1aa367349c9b8268d876518
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2020-12-08 16:49:38 +01:00
parent 37ec7f904a
commit 5daee38ee3

View File

@@ -2,6 +2,7 @@ QT += core gui widgets qml quick network
QT += core-private qml-private quick-private gui-private QT += core-private qml-private quick-private gui-private
CONFIG += c++17 CONFIG += c++17
win32: QMAKE_CXXFLAGS += /std:c++17
DEFINES -= QT_CREATOR DEFINES -= QT_CREATOR