Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
2.7.1
-
da40768f4554cc0ccbdac070713dc4a1b80c8354
Description
VS tools doesn't handle Qml plugins when a static Qt build is used. For example the project template "Qt Quick Application" in VS19 would shut down instantly with:
QQmlApplicationEngine failed to load component
qrc:/main.qml:1:1: module "QtQuick" plugin "qtquick2plugin" not found
because it's not linking against qml / quick plugins and the corresponding import plugin macros are missing as well. All of that has to be added manually.
Attachments
Issue Links
- relates to
-
QTVSADDINBUG-999 LNK2019 for Qt Quick application with static Qt builds
- Closed