aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2020-12-08 16:49:38 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2020-12-09 13:51:57 +0000
commit5daee38ee390b91c15d843992f68706026012914 (patch)
treefc70157785040e9e6dcea3922dcc7911959cb2f0 /share
parent37ec7f904a3b51186753aa144f7389f5abc75b90 (diff)
QmlDesigner: Add compiler flag required to build Qt 6
Change-Id: I47defc9b8d4509f1a1aa367349c9b8268d876518 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri b/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri
index 1f4714d4d2..f0285ca4b0 100644
--- a/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri
+++ b/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri
@@ -2,6 +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
DEFINES -= QT_CREATOR