Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.3, 6.7.0
-
None
-
Windows 11
MSVC 2022
CMake 3.28.3
Description
I'm having issues with compiling Qt Declarative submodule version 6.5.3 on Windows 11, MSVC 2022, CMake 3.28.3.
Qt Base submodule compiled successfully, you can see base module configuration summary attached (qtbase-config-summary.txt).
Qt Declarative module configuration also completes successfully using qt-configure-module.bat (Qt Declarative module configuration summary attached - qtdeclarative-config-summary.txt).
During Qt Declarative compilation I keep getting following error (full error log attached - error_log.txt):
Creating library lib\Qt6QmlXmlListModeld.lib and object lib\Qt6QmlXmlListModeld.exp qqmlxmllistmodel.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QtPrivate::ResultIteratorBase::~ResultIteratorBase(void)" (__imp_??1ResultIteratorBase@QtPrivate@@QAE@XZ) referenced in function "public: struct QQmlXmlListModelQueryResult const & __thiscall QFutureInterface<struct QQmlXmlListModelQueryResult>::resultReference(int)const " (?resultReference@?$QFutureInterface@UQQmlXmlListModelQueryResult@@@@QBEABUQQmlXmlListModelQueryResult@@H@Z) bin\Qt6QmlXmlListModeld.dll : fatal error LNK1120: 1 unresolved externals
I would kindly ask you to help me out with this issue.
Attachments
Issue Links
- relates to
-
QTBUG-91647 Debug libraries are not installed to '-prefix' dir (upstream cmake multi-config install issue)
- Open
-
QTBUG-115206 Document how to install debug-and-release builds to avoid missing debug libraries (upstream cmake multi-config install issue)
- Open
-
QTBUG-86743 Qt6: Applications built in release mode depend on debug versions of Qt dlls
- Closed
-
QTBUG-116459 Crash on Windows
- Closed
-
QTBUG-119708 VS2022 simple program fails to link in Release mode with ProtobufWellKnownTypes
- Closed