Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-88986

Qt6 Static build windows: Unknown module(s) in QT: quick quickcontrols2 qml

    XMLWordPrintable

Details

    Description

      I build qt 6.0.0 branch from sources under windows:

       

      set OPENSSL_LIBS="-llibcrypto -llibssl"
      configure.bat -openssl-linked -qmake -debug -static-runtime -skip qt3d -no-warnings-are-errors -static  -I "G:/OpenSSLVC1H/include" -L "G:/OpenSSLVC1H/lib"  -prefix G:/QtStatic600d -opensource -confirm-license -nomake examples -nomake tests -c++std c++17

       

              G:\60\qt5\qtbase\bin\moc.exe -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_AXCONTAINER_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -DQT_AXBASE_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --compiler-flavor=msvc --include G:/60/qt5/qtactiveqt/src/activeqt/container/.moc/debug/moc_predefs.h -IG:/60/qt5/qtbase/mkspecs/win32-msvc -IG:/60/qt5/qtactiveqt/src/activeqt/container -IG:/60/qt5/qtactiveqt/src/activeqt/container/tmp -IG:/60/qt5/qtbase/include/QtWidgets/6.0.0 -IG:/60/qt5/qtbase/include/QtWidgets/6.0.0/QtWidgets -IG:/60/qt5/qtbase/include/QtGui/6.0.0 -IG:/60/qt5/qtbase/include/QtGui/6.0.0/QtGui -IG:/60/qt5/qtactiveqt/include -IG:/60/qt5/qtactiveqt/include/ActiveQt -IG:/60/qt5/qtbase/include -IG:/60/qt5/qtbase/include/QtWidgets -IG:/60/qt5/qtbase/include/QtGui -IG:/60/qt5/qtbase/include/QtCore/6.0.0 -IG:/60/qt5/qtbase/include/QtCore/6.0.0/QtCore -IG:/60/qt5/qtbase/include/QtCore -I"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\ATLMFC\include" -I"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" qaxselect.h -o .moc\debug\moc_qaxselect.cpp
              cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -Zi -MTd -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd../../../lib/Qt6AxContainerd.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_AXCONTAINER_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -DQT_AXBASE_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Itmp -IG:\60\qt5\qtbase\include\QtWidgets\6.0.0 -IG:\60\qt5\qtbase\include\QtWidgets\6.0.0\QtWidgets -IG:\60\qt5\qtbase\include\QtGui\6.0.0 -IG:\60\qt5\qtbase\include\QtGui\6.0.0\QtGui -I..\..\..\include -I..\..\..\include\ActiveQt -IG:\60\qt5\qtbase\include -IG:\60\qt5\qtbase\include\QtWidgets -IG:\60\qt5\qtbase\include\QtGui -IG:\60\qt5\qtbase\include\QtCore\6.0.0 -IG:\60\qt5\qtbase\include\QtCore\6.0.0\QtCore -IG:\60\qt5\qtbase\include\QtCore -I.moc\debug -I.uic -IG:\OpenSSLVC1H\include -IG:\60\qt5\qtbase\mkspecs\win32-msvc -Fo.obj\debug\ @C:\Users\Renat\AppData\Local\Temp\nm4C48.tmp
      qaxbase.cpp
      .\qaxbase.cpp(134): error C2440: 'const_cast': cannot convert from 'const uint *' to 'QByteArrayData *'
      .\qaxbase.cpp(134): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
      .\qaxbase.cpp(602): error C2672: 'qRegisterMetaType': no matching overloaded function found
      .\qaxbase.cpp(602): error C2780: 'int qRegisterMetaType(void)': expects 0 arguments - 2 provided
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qmetatype.h(1176): note: see declaration of 'qRegisterMetaType'
      .\qaxbase.cpp(602): error C2780: 'int qRegisterMetaType(const char *)': expects 1 arguments - 2 provided
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qmetatype.h(1155): note: see declaration of 'qRegisterMetaType'
      .\qaxbase.cpp(603): error C2672: 'qRegisterMetaType': no matching overloaded function found
      .\qaxbase.cpp(603): error C2780: 'int qRegisterMetaType(void)': expects 0 arguments - 2 provided
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qmetatype.h(1176): note: see declaration of 'qRegisterMetaType'
      .\qaxbase.cpp(603): error C2780: 'int qRegisterMetaType(const char *)': expects 1 arguments - 2 provided
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qmetatype.h(1155): note: see declaration of 'qRegisterMetaType'
      .\qaxbase.cpp(1893): error C2065: 'Editable': undeclared identifier
      .\qaxbase.cpp(1893): error C2660: 'MetaObjectGenerator::addProperty': function does not take 2 arguments
      .\qaxbase.cpp(1701): note: see declaration of 'MetaObjectGenerator::addProperty'
      .\qaxbase.cpp(3055): error C2338: QtDBus meta-object generator should generate the same version as moc
      .\qaxbase.cpp(3168): error C2440: '=': cannot convert from 'const QByteArrayData *' to 'const uint *'
      .\qaxbase.cpp(3168): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
      .\qaxbase.cpp(3201): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3202): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3203): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3204): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3205): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3206): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3207): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3208): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3209): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3210): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3211): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3212): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3213): error C2440: 'initializing': cannot convert from 'initializer list' to 'QByteArrayData'
      .\qaxbase.cpp(3218): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3349): error C2664: 'bool QHash<QUuid,QAxEventSink *>::contains(const Key &) noexcept const': cannot convert argument 1 from 'QString' to 'const Key &'
              with
              [
                  Key=QUuid
              ]
      .\qaxbase.cpp(3349): note: Reason: cannot convert from 'QString' to 'const Key'
              with
              [
                  Key=QUuid
              ]
      .\qaxbase.cpp(3349): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/tools/qhash.h(847): note: see declaration of 'QHash<QUuid,QAxEventSink *>::contains'
      .\qaxbase.cpp(3373): error C2664: 'void QHash<QUuid,QAxEventSink *>::insert(const QHash<QUuid,QAxEventSink *> &)': cannot convert argument 1 from 'QString' to 'const Key &'
              with
              [
                  Key=QUuid
              ]
      .\qaxbase.cpp(3373): note: Reason: cannot convert from 'QString' to 'const Key'
              with
              [
                  Key=QUuid
              ]
      .\qaxbase.cpp(3373): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/tools/qhash.h(1093): note: see declaration of 'QHash<QUuid,QAxEventSink *>::insert'
      .\qaxbase.cpp(3399): error C2664: 'void QHash<QUuid,QAxEventSink *>::insert(const QHash<QUuid,QAxEventSink *> &)': cannot convert argument 1 from 'QString' to 'const Key &'
              with
              [
                  Key=QUuid
              ]
      .\qaxbase.cpp(3399): note: Reason: cannot convert from 'QString' to 'const Key'
              with
              [
                  Key=QUuid
              ]
      .\qaxbase.cpp(3399): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/tools/qhash.h(1093): note: see declaration of 'QHash<QUuid,QAxEventSink *>::insert'
      .\qaxbase.cpp(3581): error C2440: '<function-style-cast>': cannot convert from 'initializer list' to 'QVariant'
      .\qaxbase.cpp(3581): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3666): error C2440: '<function-style-cast>': cannot convert from 'initializer list' to 'QVariant'
      .\qaxbase.cpp(3666): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3681): error C2440: '<function-style-cast>': cannot convert from 'initializer list' to 'QVariant'
      .\qaxbase.cpp(3681): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxbase.cpp(3771): error C2039: 'QueryPropertyScriptable': is not a member of 'QMetaObject'
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qobject.h(69): note: see declaration of 'QMetaObject'
      .\qaxbase.cpp(3771): error C2065: 'QueryPropertyScriptable': undeclared identifier
      .\qaxbase.cpp(3771): error C2131: expression did not evaluate to a constant
      .\qaxbase.cpp(3771): note: a non-constant (sub-)expression was encountered
      .\qaxbase.cpp(3772): error C2039: 'QueryPropertyDesignable': is not a member of 'QMetaObject'
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qobject.h(69): note: see declaration of 'QMetaObject'
      .\qaxbase.cpp(3772): error C2065: 'QueryPropertyDesignable': undeclared identifier
      .\qaxbase.cpp(3772): error C2131: expression did not evaluate to a constant
      .\qaxbase.cpp(3772): note: a non-constant (sub-)expression was encountered
      .\qaxbase.cpp(3773): error C2039: 'QueryPropertyStored': is not a member of 'QMetaObject'
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qobject.h(69): note: see declaration of 'QMetaObject'
      .\qaxbase.cpp(3773): error C2065: 'QueryPropertyStored': undeclared identifier
      .\qaxbase.cpp(3773): error C2131: expression did not evaluate to a constant
      .\qaxbase.cpp(3773): note: a non-constant (sub-)expression was encountered
      .\qaxbase.cpp(3774): error C2039: 'QueryPropertyEditable': is not a member of 'QMetaObject'
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qobject.h(69): note: see declaration of 'QMetaObject'
      .\qaxbase.cpp(3774): error C2065: 'QueryPropertyEditable': undeclared identifier
      .\qaxbase.cpp(3774): error C2131: expression did not evaluate to a constant
      .\qaxbase.cpp(3774): note: a non-constant (sub-)expression was encountered
      .\qaxbase.cpp(3775): error C2039: 'QueryPropertyUser': is not a member of 'QMetaObject'
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qobject.h(69): note: see declaration of 'QMetaObject'
      .\qaxbase.cpp(3775): error C2065: 'QueryPropertyUser': undeclared identifier
      .\qaxbase.cpp(3775): error C2131: expression did not evaluate to a constant
      .\qaxbase.cpp(3775): note: a non-constant (sub-)expression was encountered
      .\qaxbase.cpp(3771): error C2051: case expression not constant
      .\qaxbase.cpp(3772): error C2051: case expression not constant
      .\qaxbase.cpp(3773): error C2051: case expression not constant
      .\qaxbase.cpp(3774): error C2051: case expression not constant
      .\qaxbase.cpp(3775): error C2051: case expression not constant
      .\qaxbase.cpp(4498): error C2440: '<function-style-cast>': cannot convert from 'initializer list' to 'QVariant'
      .\qaxbase.cpp(4498): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      qaxdump.cpp
      .\qaxdump.cpp(152): error C2027: use of undefined type 'QIODevice'
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/serialization/qtextstream.h(57): note: see declaration of 'QIODevice'
      .\qaxdump.cpp(152): error C2065: 'WriteOnly': undeclared identifier
      qaxwidget.cpp
      .\qaxwidget.cpp(122): error C3646: 'QAxHostWidget': unknown override specifier
      .\qaxwidget.cpp(122): error C2059: syntax error: '('
      .\qaxwidget.cpp(122): error C2238: unexpected token(s) preceding ';'
      .\qaxwidget.cpp(444): error C2039: 'MidButton': is not a member of 'Qt'
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qproperty.h(453): note: see declaration of 'Qt'
      .\qaxwidget.cpp(444): error C2065: 'MidButton': undeclared identifier
      .\qaxwidget.cpp(445): error C2039: 'MidButton': is not a member of 'Qt'
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qproperty.h(453): note: see declaration of 'Qt'
      .\qaxwidget.cpp(445): error C2065: 'MidButton': undeclared identifier
      .\qaxwidget.cpp(446): error C2039: 'MidButton': is not a member of 'Qt'
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qproperty.h(453): note: see declaration of 'Qt'
      .\qaxwidget.cpp(446): error C2065: 'MidButton': undeclared identifier
      .\qaxwidget.cpp(452): error C2440: 'initializing': cannot convert from 'nullptr' to 'QFlags<Qt::MouseButton>'
      .\qaxwidget.cpp(452): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxwidget.cpp(456): error C2039: 'MidButton': is not a member of 'Qt'
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qproperty.h(453): note: see declaration of 'Qt'
      .\qaxwidget.cpp(456): error C2065: 'MidButton': undeclared identifier
      .\qaxwidget.cpp(465): error C2440: 'initializing': cannot convert from 'nullptr' to 'QFlags<Qt::KeyboardModifier>'
      .\qaxwidget.cpp(465): note: No constructor could take the source type, or constructor overload resolution was ambiguous
      .\qaxwidget.cpp(573): error C2661: 'QAxHostWidget::QAxHostWidget': no overloaded function takes 2 arguments
      .\qaxwidget.cpp(1639): error C2511: 'QAxHostWidget::QAxHostWidget(QWidget *,QAxClientSite *)': overloaded member function not found in 'QAxHostWidget'
      .\qaxwidget.cpp(116): note: see declaration of 'QAxHostWidget'
      .\qaxwidget.cpp(1640): error C2550: 'QAxHostWidget::{ctor}': constructor initializer lists are only allowed on constructor definitions
      .\qaxwidget.cpp(1641): error C2352: 'QWidget::setAttribute': illegal call of non-static member function
      G:\60\qt5\qtbase\include\QtWidgets\../../src/widgets/kernel/qwidget.h(581): note: see declaration of 'QWidget::setAttribute'
      .\qaxwidget.cpp(1642): error C2352: 'QWidget::setAttribute': illegal call of non-static member function
      G:\60\qt5\qtbase\include\QtWidgets\../../src/widgets/kernel/qwidget.h(581): note: see declaration of 'QWidget::setAttribute'
      .\qaxwidget.cpp(1643): error C2352: 'QWidget::setAttribute': illegal call of non-static member function
      G:\60\qt5\qtbase\include\QtWidgets\../../src/widgets/kernel/qwidget.h(581): note: see declaration of 'QWidget::setAttribute'
      .\qaxwidget.cpp(1644): error C2352: 'QWidget::setAttribute': illegal call of non-static member function
      G:\60\qt5\qtbase\include\QtWidgets\../../src/widgets/kernel/qwidget.h(581): note: see declaration of 'QWidget::setAttribute'
      .\qaxwidget.cpp(1646): error C2352: 'QObject::setObjectName': illegal call of non-static member function
      G:\60\qt5\qtbase\include\QtCore\../../src/corelib/kernel/qobject.h(137): note: see declaration of 'QObject::setObjectName'
      .\qaxwidget.cpp(1920): error C2440: 'initializing': cannot convert from 'const QByteArrayData [13]' to 'const uint *'
      .\qaxwidget.cpp(1920): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
      qaxobject.cpp
      .\qaxobject.cpp(94): error C2440: 'initializing': cannot convert from 'const QByteArrayData [13]' to 'const uint *'
      .\qaxobject.cpp(94): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
      qaxselect.cpp
      G:\60\qt5\qtactiveqt\src\activeqt\container\.uic\ui_qaxselect.h(75): fatal error C1083: Cannot open include file: 'QtAxContainer/QAxWidget': No such file or directory
      Generating Code...
      NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\HostX64\x86\cl.EXE"' : return code '0x2'
      Stop.
      NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\HostX64\x86\nmake.exe"' : return code '0x2'
      Stop.
      NMAKE : fatal error U1077: 'cd' : return code '0x2'
      Stop.
      NMAKE : fatal error U1077: 'cd' : return code '0x2'
      Stop.
      NMAKE : fatal error U1077: 'cd' : return code '0x2'
      Stop.
      NMAKE : fatal error U1077: 'cd' : return code '0x2'
      Stop.
      
      

      jom install

       

      After build I open project in QtCreator,  configure for use this Kit and retrieve error:

       

       

      Project ERROR: Unknown module(s) in QT: quick quickcontrols2 qml

       

      dir g:\QtStatic600d\lib
      29.11.2020  09:50    <DIR>          .
      29.11.2020  09:50    <DIR>          ..
      28.11.2020  23:09    <DIR>          metatypes
      29.11.2020  09:50           552 478 Qt6AxBased.lib
      29.11.2020  01:07         1 462 272 Qt6AxBased.pdb
      29.11.2020  10:01             2 358 Qt6AxBased.prl
      29.11.2020  00:48         5 300 726 Qt6Bootstrap.lib
      29.11.2020  09:58             1 436 Qt6Bootstrap.prl
      29.11.2020  09:45           316 100 Qt6Concurrentd.lib
      29.11.2020  09:45         1 863 680 Qt6Concurrentd.pdb
      29.11.2020  09:59             1 702 Qt6Concurrentd.prl
      29.11.2020  01:07         6 572 534 Qt6Core5Compatd.lib
      29.11.2020  01:07         4 722 688 Qt6Core5Compatd.pdb
      29.11.2020  10:01             2 149 Qt6Core5Compatd.prl
      29.11.2020  00:50        76 187 324 Qt6Cored.lib
      29.11.2020  00:50        23 293 952 Qt6Cored.pdb
      29.11.2020  09:59             1 801 Qt6Cored.prl
      29.11.2020  09:45        17 315 058 Qt6DBusd.lib
      29.11.2020  09:45         9 195 520 Qt6DBusd.pdb
      29.11.2020  09:59             1 772 Qt6DBusd.prl
      29.11.2020  00:55           246 690 Qt6DeviceDiscoverySupportd.lib
      29.11.2020  00:55           921 600 Qt6DeviceDiscoverySupportd.pdb
      29.11.2020  10:00             1 720 Qt6DeviceDiscoverySupportd.prl
      29.11.2020  00:50            35 002 Qt6EntryPointd.lib
      29.11.2020  09:59             1 236 Qt6EntryPointd.prl
      29.11.2020  00:55         1 070 296 Qt6FbSupportd.lib
      29.11.2020  00:55         3 190 784 Qt6FbSupportd.pdb
      29.11.2020  10:00             2 214 Qt6FbSupportd.prl
      29.11.2020  00:53        96 109 824 Qt6Guid.lib
      29.11.2020  00:53        33 189 888 Qt6Guid.pdb
      29.11.2020  10:00             2 808 Qt6Guid.prl
      29.11.2020  09:49         5 839 788 Qt6NetworkAuthd.lib
      29.11.2020  01:07         5 451 776 Qt6NetworkAuthd.pdb
      29.11.2020  10:01             2 061 Qt6NetworkAuthd.prl
      29.11.2020  09:47        40 130 498 Qt6Networkd.lib
      29.11.2020  09:47        22 376 448 Qt6Networkd.pdb
      29.11.2020  09:59             2 480 Qt6Networkd.prl
      29.11.2020  00:54         7 411 490 Qt6OpenGLd.lib
      29.11.2020  00:54         9 089 024 Qt6OpenGLd.pdb
      29.11.2020  10:00             2 180 Qt6OpenGLd.prl
      29.11.2020  09:49           314 116 Qt6OpenGLWidgetsd.lib
      29.11.2020  01:00         3 051 520 Qt6OpenGLWidgetsd.pdb
      29.11.2020  10:00             3 457 Qt6OpenGLWidgetsd.prl
      29.11.2020  09:49         6 388 644 Qt6PrintSupportd.lib
      29.11.2020  01:00        10 522 624 Qt6PrintSupportd.pdb
      29.11.2020  10:00             2 384 Qt6PrintSupportd.prl
      29.11.2020  09:50         6 061 506 Qt6SerialBusd.lib
      29.11.2020  09:50         5 705 728 Qt6SerialBusd.pdb
      29.11.2020  10:01             2 649 Qt6SerialBusd.prl
      29.11.2020  01:07         1 394 722 Qt6SerialPortd.lib
      29.11.2020  01:07         1 716 224 Qt6SerialPortd.pdb
      29.11.2020  10:01             1 778 Qt6SerialPortd.prl
      29.11.2020  01:08         3 104 212 Qt6ShaderToolsd.lib
      29.11.2020  01:08         8 138 752 Qt6ShaderToolsd.pdb
      29.11.2020  10:01             2 662 Qt6ShaderToolsd.prl
      29.11.2020  00:52         4 119 400 Qt6Sqld.lib
      29.11.2020  00:52         3 575 808 Qt6Sqld.pdb
      29.11.2020  09:59             1 693 Qt6Sqld.prl
      29.11.2020  09:50         5 056 622 Qt6Svgd.lib
      29.11.2020  01:08         9 203 712 Qt6Svgd.pdb
      29.11.2020  10:01             2 270 Qt6Svgd.prl
      29.11.2020  09:50           778 076 Qt6SvgWidgetsd.lib
      29.11.2020  01:08         4 083 712 Qt6SvgWidgetsd.pdb
      29.11.2020  10:01             2 319 Qt6SvgWidgetsd.prl
      29.11.2020  01:00         4 567 320 Qt6Testd.lib
      29.11.2020  01:00         4 435 968 Qt6Testd.pdb
      29.11.2020  10:00             1 709 Qt6Testd.prl
      29.11.2020  09:49       103 057 872 Qt6Widgetsd.lib
      29.11.2020  09:49        47 812 608 Qt6Widgetsd.pdb
      29.11.2020  10:00             2 515 Qt6Widgetsd.prl
      29.11.2020  00:50         1 404 450 Qt6Xmld.lib
      29.11.2020  00:50         1 413 120 Qt6Xmld.pdb
      29.11.2020  09:59             1 657 Qt6Xmld.prl
      29.11.2020  09:45         2 382 208 qtfreetyped.lib
      29.11.2020  09:45           471 040 qtfreetyped.pdb
      29.11.2020  09:59             1 736 qtfreetyped.prl
      29.11.2020  01:07        27 524 782 qtglslang-glslangd.lib
      29.11.2020  01:07         5 025 792 qtglslang-glslangd.pdb
      29.11.2020  10:01             1 219 qtglslang-glslangd.prl
      29.11.2020  01:06            51 742 qtglslang-oglcompilerd.lib
      29.11.2020  01:06           274 432 qtglslang-oglcompilerd.pdb
      29.11.2020  10:01             1 227 qtglslang-oglcompilerd.prl
      29.11.2020  01:06            28 864 qtglslang-osdependentd.lib
      29.11.2020  01:06           135 168 qtglslang-osdependentd.pdb
      29.11.2020  10:01             1 227 qtglslang-osdependentd.prl
      29.11.2020  01:06        13 032 324 qtglslang-spirvd.lib
      29.11.2020  01:06         3 813 376 qtglslang-spirvd.pdb
      29.11.2020  10:01             1 215 qtglslang-spirvd.prl
      29.11.2020  00:52        33 742 994 qtharfbuzzd.lib
      29.11.2020  00:52         5 894 144 qtharfbuzzd.pdb
      29.11.2020  09:59             1 214 qtharfbuzzd.prl
      29.11.2020  09:43           846 920 qtlibpngd.lib
      29.11.2020  09:43           151 552 qtlibpngd.pdb
      29.11.2020  09:59             1 662 qtlibpngd.prl
      29.11.2020  00:45         1 115 054 qtpcre2d.lib
      29.11.2020  00:45           167 936 qtpcre2d.pdb
      29.11.2020  09:58             1 199 qtpcre2d.prl
      29.11.2020  01:07        37 060 370 qtspirv-crossd.lib
      29.11.2020  01:06         4 018 176 qtspirv-crossd.pdb
      29.11.2020  10:01             1 198 qtspirv-crossd.prl
      
      dir g:\QtStatic600d\plugins
      29.11.2020  09:51    <DIR>          .
      29.11.2020  09:51    <DIR>          ..
      29.11.2020  09:51    <DIR>          canbus
      28.11.2020  23:11    <DIR>          generic
      28.11.2020  23:12    <DIR>          iconengines
      28.11.2020  23:11    <DIR>          imageformats
      28.11.2020  23:11    <DIR>          platforms
      28.11.2020  23:11    <DIR>          sqldrivers
      28.11.2020  23:11    <DIR>          styles
      

      commit info repository qt5:

      commit ae6a9f6c9d980787d64ad098a0ccf422582d3d96 (HEAD -> 6.0.0, origin/6.0.0)Author: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
      Date:   Fri Nov 27 08:13:11 2020 +0200    Update submodules on '6.0.0' in qt/qt5    Change-Id: Ia9577887bba72d5cd92f322ec843e99b8c9daf1f
          Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
      

       

      Case 2. Build with Cmake:

      configure.bat -openssl-linked -debug -static-runtime -skip qt3d -no-warnings-are-errors -static -I "/G:/OpenSSLVC1H/include" -L "/G:/OpenSSLVC1H/lib" -prefix /G:/QtStatic600d -opensource -confirm-license -nomake examples -nomake tests -c++std c++17
      
      ... skip output
      Configuring 'qtquickcontrols2'
      -- Using source syncqt found at: G:/60/qt5/qtbase/bin/syncqt.pl
      -- Running syncqt for module: 'QtQuickTemplates2'
      -- Running syncqt for module: 'QtQuickControls2'
      -- Running syncqt for module: 'QtQuickControls2Impl'
      Generating Plugins files for QuickTemplates2;QuickControls2;QuickControls2Impl...
      Configuring 'qtdoc'
      Generating Plugins files for ...
      Configuring 'qtgraphicaleffects'
      CMake Error at qtgraphicaleffects/src/effects/CMakeLists.txt:7 (add_qml_module):
        Unknown CMake command "add_qml_module".

      Attached files CMakeOutput.log and CmakeError.log

      Attachments

        1. CMakeError.log
          50 kB
          Homdx Homdx
        2. CMakeOutput.log
          80 kB
          Homdx Homdx
        3. config.summary
          14 kB
          Homdx Homdx
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtbuildsystem Qt Build System Team
            homdx Homdx Homdx
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes