Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 4.15.0-rc1
-
None
-
Windows 10 20H2 64 bit
MSVC2019 64bit: Visual Studio Community 2019 16.6.2, 16.9.4
-
-
7dab5bd550c35d4bfdc70550b43e67837e3b7a0d (qt-creator/tqtc-qt-creator/4.15)
Description
- Install Qt 6.1.0rc1 for MSVC2019 64bit and Qt Creator 4.15.0rc1.
I took both from the official online installer. - Start Creator.
"D:\Qt-6.1rc1e\Tools\Preview\Qt Creator 4.15.0-rc1\bin\qtcreator.exe" -tcs
You'll see the "Examples" tab of Creator's Welcome mode.
- In the search edit, type "stocqt".
One example of that name will be found. - Click this example.
Creator opens this example and shows the "Configure project" screen. - Make sure that the kit "Desktop Qt 6.1.0 MSVC2019 64bit" is checked and click "Configure project".
- Click the "Build" icon in Creator's lower left corner.
Creator will show a lot of build issues:21:35:16: Führe Schritte für Projekt stocqt aus... 21:35:16: Starte: "D:\Qt-6.1rc1e\6.1.0\msvc2019_64\bin\qmake.exe" D:\Qt-6.1rc1e\Examples\Qt-6.1.0\demos\stocqt\stocqt.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" Info: creating stash file D:\Qt-6.1rc1e\Examples\Qt-6.1.0\demos\build-stocqt-Desktop_Qt_6_1_0_MSVC2019_64bit-Debug\.qmake.stash 21:35:17: Der Prozess "D:\Qt-6.1rc1e\6.1.0\msvc2019_64\bin\qmake.exe" wurde normal beendet. 21:35:17: Starte: "D:\Qt-6.1rc1e\Tools\Preview\Qt Creator 4.15.0-rc1\bin\jom.exe" -f D:/Qt-6.1rc1e/Examples/Qt-6.1.0/demos/build-stocqt-Desktop_Qt_6_1_0_MSVC2019_64bit-Debug/Makefile qmake_all jom 1.1.3 - empower your cores 21:35:17: Der Prozess "D:\Qt-6.1rc1e\Tools\Preview\Qt Creator 4.15.0-rc1\bin\jom.exe" wurde normal beendet. 21:35:17: Starte: "D:\Qt-6.1rc1e\Tools\Preview\Qt Creator 4.15.0-rc1\bin\jom.exe" "D:\Qt-6.1rc1e\Tools\Preview\Qt Creator 4.15.0-rc1\bin\jom.exe" -f Makefile.Debug cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zi -MDd -utf-8 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\stocqt.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_QML_DEBUG -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\stocqt -I. -I..\..\..\..\6.1.0\msvc2019_64\include -I..\..\..\..\6.1.0\msvc2019_64\include\QtQuick -I..\..\..\..\6.1.0\msvc2019_64\include\QtOpenGL -I..\..\..\..\6.1.0\msvc2019_64\include\QtGui -I..\..\..\..\6.1.0\msvc2019_64\include\QtQmlModels -I..\..\..\..\6.1.0\msvc2019_64\include\QtQml -I..\..\..\..\6.1.0\msvc2019_64\include\QtNetwork -I..\..\..\..\6.1.0\msvc2019_64\include\QtCore -Idebug -I/include -I..\..\..\..\6.1.0\msvc2019_64\mkspecs\win32-msvc -Fodebug\ @C:\Users\rob\AppData\Local\Temp\main.obj.12204.16.jom main.cpp D:\Qt-6.1rc1e\6.1.0\msvc2019_64\bin\rcc.exe -name stocqt ..\stocqt\stocqt.qrc -o debug\qrc_stocqt.cpp D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qglobal.h(387): error C2433: "Deprecated": "inline" bei der Deklaration von Daten nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qglobal.h(946): warning C5030: Das Attribut "nodiscard" wurde nicht erkannt. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qglobal.h(1261): error C2433: "qOverload": "inline" bei der Deklaration von Daten nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qglobal.h(1262): error C2433: "qConstOverload": "inline" bei der Deklaration von Daten nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qglobal.h(1263): error C2433: "qNonConstOverload": "inline" bei der Deklaration von Daten nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(58): error C2433: "qIsRelocatable": "inline" bei der Deklaration von Daten nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(111): error C2143: Syntaxfehler: Es fehlt "," vor ")" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(117): note: Siehe Verweis auf die Instanziierung der gerade kompilierten Klassen-template "QTypeInfoMerger<T,Ts...>". D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(111): error C2059: Syntaxfehler: ")" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(111): error C2238: Unerwartete(s) Token vor ";" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(270): error C2039: "optional": Ist kein Element von "std" C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\tuple(1213): note: Siehe Deklaration von "std" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(270): error C2065: "optional": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(270): error C2974: "QTypeTraits::detail::expand_operator_equal_tuple": Ungltiges template-Argument fr "T", Typ erwartet. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(268): note: Siehe Deklaration von "QTypeTraits::detail::expand_operator_equal_tuple" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(270): error C2988: Unerkannte Vorlagendeklaration/-definition D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(270): error C2143: Syntaxfehler: Es fehlt ";" vor ">" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(270): error C2059: Syntaxfehler: ">" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(270): error C2065: "T": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(270): error C2923: "QTypeTraits::detail::has_operator_equal": "T" ist kein gltiges template-Typargument fr den <unnamed-symbol>-Parameter. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(270): error C2059: Syntaxfehler: "Funktionsformatsumwandlung" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(270): error C2143: Syntaxfehler: Es fehlt ";" vor "{" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(270): error C2447: "{": Funktionsheader fehlt - Parameterliste im alten Stil? D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(265): error C2210: "T": Paketerweiterungen k”nnen nicht als Argumente fr Nicht-Paketparameter in Aliasvorlagen verwendet werden. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(274): note: Siehe Verweis auf die Instanziierung der gerade kompilierten Klassen-template "expand_operator_equal_recursive<T...>". D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(274): note: Siehe Verweis auf die Instanziierung der gerade kompilierten Klassen-template "QTypeTraits::detail::expand_operator_equal_tuple<std::tuple<_Types...>>". D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(276): error C2039: "variant": Ist kein Element von "std" C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\tuple(1213): note: Siehe Deklaration von "std" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(276): error C2065: "variant": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(276): error C2974: "QTypeTraits::detail::expand_operator_equal_tuple": Ungltiges template-Argument fr "T", Typ erwartet. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(270): note: Siehe Deklaration von "QTypeTraits::detail::expand_operator_equal_tuple" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(276): error C2988: Unerkannte Vorlagendeklaration/-definition D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(276): error C2143: Syntaxfehler: Es fehlt ";" vor ">" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(276): error C3855: "QTypeTraits::detail::expand_operator_equal_tuple": template-Parameter "T" ist mit der Deklaration nicht kompatibel. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(276): error C2059: Syntaxfehler: ">" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(276): error C2065: "T": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(276): error C3544: "T": fr ein Parameterpaket wird ein Typvorlagenargument erwartet D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(276): error C2143: Syntaxfehler: Es fehlt ";" vor "{" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(276): error C2447: "{": Funktionsheader fehlt - Parameterliste im alten Stil? D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(300): error C2210: "T": Paketerweiterungen k”nnen nicht als Argumente fr Nicht-Paketparameter in Aliasvorlagen verwendet werden. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(307): note: Siehe Verweis auf die Instanziierung der gerade kompilierten Klassen-template "expand_operator_less_than_recursive<T...>". D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(307): note: Siehe Verweis auf die Instanziierung der gerade kompilierten Klassen-template "QTypeTraits::detail::expand_operator_less_than_tuple<std::tuple<_Types...>>". D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(309): error C2039: "variant": Ist kein Element von "std" C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\tuple(1213): note: Siehe Deklaration von "std" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(309): error C2065: "variant": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(309): error C2974: "QTypeTraits::detail::expand_operator_less_than_tuple": Ungltiges template-Argument fr "T", Typ erwartet. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(303): note: Siehe Deklaration von "QTypeTraits::detail::expand_operator_less_than_tuple" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(309): error C2988: Unerkannte Vorlagendeklaration/-definition D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(309): error C2143: Syntaxfehler: Es fehlt ";" vor ">" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(309): error C3855: "QTypeTraits::detail::expand_operator_less_than_tuple": template-Parameter "T" ist mit der Deklaration nicht kompatibel. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(309): error C2059: Syntaxfehler: ">" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(309): error C2065: "T": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(309): error C3544: "T": fr ein Parameterpaket wird ein Typvorlagenargument erwartet D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(309): error C2143: Syntaxfehler: Es fehlt ";" vor "{" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(309): error C2447: "{": Funktionsheader fehlt - Parameterliste im alten Stil? D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(321): error C2433: "is_dereferenceable_v": "inline" bei der Deklaration von Daten nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(326): error C2433: "has_operator_equal_v": "inline" bei der Deklaration von Daten nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(331): error C2433: "has_operator_less_than_v": "inline" bei der Deklaration von Daten nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(354): error C2433: "has_ostream_operator_v": "inline" bei der Deklaration von Daten nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(362): error C2433: "has_istream_operator_v": "inline" bei der Deklaration von Daten nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qtypeinfo.h(365): error C2433: "has_stream_operator_v": "inline" bei der Deklaration von Daten nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qflags.h(121): warning C4814: "QFlags<T>::operator &=": In C++14 gibt "constexpr" nicht implizit "const" an. Geben Sie ggf. "const" explizit an. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qflags.h(164): note: Siehe Verweis auf die Instanziierung der gerade kompilierten Klassen-template "QFlags<T>". D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qflags.h(122): warning C4814: "QFlags<T>::operator &=": In C++14 gibt "constexpr" nicht implizit "const" an. Geben Sie ggf. "const" explizit an. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qflags.h(123): warning C4814: "QFlags<T>::operator &=": In C++14 gibt "constexpr" nicht implizit "const" an. Geben Sie ggf. "const" explizit an. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qflags.h(124): warning C4814: "QFlags<T>::operator |=": In C++14 gibt "constexpr" nicht implizit "const" an. Geben Sie ggf. "const" explizit an. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qflags.h(125): warning C4814: "QFlags<T>::operator |=": In C++14 gibt "constexpr" nicht implizit "const" an. Geben Sie ggf. "const" explizit an. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qflags.h(126): warning C4814: "QFlags<T>::operator ^=": In C++14 gibt "constexpr" nicht implizit "const" an. Geben Sie ggf. "const" explizit an. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qflags.h(127): warning C4814: "QFlags<T>::operator ^=": In C++14 gibt "constexpr" nicht implizit "const" an. Geben Sie ggf. "const" explizit an. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qflags.h(153): warning C4814: "QFlags<T>::setFlag": In C++14 gibt "constexpr" nicht implizit "const" an. Geben Sie ggf. "const" explizit an. cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zi -MDd -utf-8 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\stocqt.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_QML_DEBUG -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\stocqt -I. -I..\..\..\..\6.1.0\msvc2019_64\include -I..\..\..\..\6.1.0\msvc2019_64\include\QtQuick -I..\..\..\..\6.1.0\msvc2019_64\include\QtOpenGL -I..\..\..\..\6.1.0\msvc2019_64\include\QtGui -I..\..\..\..\6.1.0\msvc2019_64\include\QtQmlModels -I..\..\..\..\6.1.0\msvc2019_64\include\QtQml -I..\..\..\..\6.1.0\msvc2019_64\include\QtNetwork -I..\..\..\..\6.1.0\msvc2019_64\include\QtCore -Idebug -I/include -I..\..\..\..\6.1.0\msvc2019_64\mkspecs\win32-msvc -Fodebug\ @C:\Users\rob\AppData\Local\Temp\qrc_stocqt.obj.12204.62.jom qrc_stocqt.cpp D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qnumeric.h(289): error C3533: Ein Parameter darf keinen Typ aufweisen, der "auto" enth„lt. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qnumeric.h(299): error C3533: Ein Parameter darf keinen Typ aufweisen, der "auto" enth„lt. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qnumeric.h(351): error C3533: Ein Parameter darf keinen Typ aufweisen, der "auto" enth„lt. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(481): error C2556: "char16_t &QChar::unicode(void) noexcept const": šberladene Funktion unterscheidet sich nur hinsichtlich des Rckgabetyps von "char16_t QChar::unicode(void) noexcept const" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(480): note: Siehe Deklaration von "QChar::unicode" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(481): error C2373: "QChar::unicode": Neudefinition; unterschiedliche Modifizierer D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(480): note: Siehe Deklaration von "QChar::unicode" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(481): error C2059: Syntaxfehler: "return" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(481): error C2238: Unerwartete(s) Token vor ";" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(483): error C2127: "QChar": ungltige Initialisierung der Entit„t "constexpr" mit einem nicht konstanten Ausdruck D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(483): note: Fehler wurde durch den Aufruf einer nicht definierten Funktion oder eines nicht deklarierten "constexpr" verursacht D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(483): note: siehe Verwendung von "QChar::QChar" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(483): error C2146: Syntaxfehler: Fehlendes ";" vor Bezeichner "fromLatin1" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(483): error C4430: Fehlender Typspezifizierer - int wird angenommen. Hinweis: "default-int" wird von C++ nicht untersttzt. D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(483): error C2440: "return": "QLatin1Char" kann nicht in "int" konvertiert werden D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(483): note: Kein benutzerdefinierter Konvertierungsoperator verfgbar, der diese Konvertierung durchfhren kann, oder der Operator kann nicht aufgerufen werden D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(483): error C2617: "fromLatin1": Inkonsistente return-Anweisung D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(483): note: Siehe Deklaration von "fromLatin1" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(110): error C2614: "QChar": Unzul„ssige Elementinitialisierung: "ucs" ist weder Basis noch Element D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(111): error C2614: "QChar": Unzul„ssige Elementinitialisierung: "ucs" ist weder Basis noch Element D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(112): error C2614: "QChar": Unzul„ssige Elementinitialisierung: "ucs" ist weder Basis noch Element D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(113): error C2614: "QChar": Unzul„ssige Elementinitialisierung: "ucs" ist weder Basis noch Element D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(114): error C2614: "QChar": Unzul„ssige Elementinitialisierung: "ucs" ist weder Basis noch Element D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(116): error C2614: "QChar": Unzul„ssige Elementinitialisierung: "ucs" ist weder Basis noch Element D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(117): error C2614: "QChar": Unzul„ssige Elementinitialisierung: "ucs" ist weder Basis noch Element D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(118): error C2614: "QChar": Unzul„ssige Elementinitialisierung: "ucs" ist weder Basis noch Element D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(120): error C2614: "QChar": Unzul„ssige Elementinitialisierung: "ucs" ist weder Basis noch Element D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(125): error C2614: "QChar": Unzul„ssige Elementinitialisierung: "ucs" ist weder Basis noch Element D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(127): error C2614: "QChar": Unzul„ssige Elementinitialisierung: "ucs" ist weder Basis noch Element D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(458): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(459): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(460): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(461): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(463): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(464): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(467): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(469): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(470): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(471): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(472): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(473): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(475): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(477): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(479): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(485): error C2270: "isNull": Modifizierer fr Funktionen, die keine Memberfunktionen sind, nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(485): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(487): error C2270: "isPrint": Modifizierer fr Funktionen, die keine Memberfunktionen sind, nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(487): error C2039: "isPrint": Ist kein Element von "QChar" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(84): note: Siehe Deklaration von "QChar" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(487): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(488): error C2270: "isSpace": Modifizierer fr Funktionen, die keine Memberfunktionen sind, nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(488): error C2039: "isSpace": Ist kein Element von "QChar" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(84): note: Siehe Deklaration von "QChar" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(488): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(489): error C2270: "isMark": Modifizierer fr Funktionen, die keine Memberfunktionen sind, nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(489): error C2039: "isMark": Ist kein Element von "QChar" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(84): note: Siehe Deklaration von "QChar" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(489): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(490): error C2270: "isPunct": Modifizierer fr Funktionen, die keine Memberfunktionen sind, nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(490): error C2039: "isPunct": Ist kein Element von "QChar" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(84): note: Siehe Deklaration von "QChar" D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(490): error C2065: "ucs": nichtdeklarierter Bezeichner D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(491): error C2270: "isSymbol": Modifizierer fr Funktionen, die keine Memberfunktionen sind, nicht zul„ssig D:\Qt-6.1rc1e\6.1.0\msvc2019_64\include\QtCore/qchar.h(491): fatal error C1003: Mehr als 100 Fehler gefunden; Kompilierung wird abgebrochen. jom: D:\Qt-6.1rc1e\Examples\Qt-6.1.0\demos\build-stocqt-Desktop_Qt_6_1_0_MSVC2019_64bit-Debug\Makefile.Debug [debug\main.obj] Error 2 jom: D:\Qt-6.1rc1e\Examples\Qt-6.1.0\demos\build-stocqt-Desktop_Qt_6_1_0_MSVC2019_64bit-Debug\Makefile [debug] Error 2 21:35:18: Der Prozess "D:\Qt-6.1rc1e\Tools\Preview\Qt Creator 4.15.0-rc1\bin\jom.exe" wurde mit dem Rückgabewert 2 beendet. Fehler beim Erstellen/Deployment des Projekts stocqt (Kit: Desktop Qt 6.1.0 MSVC2019 64bit) Bei der Ausführung von Schritt "Make" 21:35:18: Verstrichene Zeit: 00:02.
Building the same project with the same Qt version from the command line works fine.