Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.8.0
-
Component/s: Dependency Tracking, Libraries: Qt
-
Labels:
-
Environment:RHEL 7
-
Commits:b60004ea8ae2e0717e6fab2f40bfe90bac7cf6b7, 0eb78ba6c43288a85d056fd6264bfb23c6202cfc
Description
When linking QtQuick application with static version of Qt using QBS it is unable to find the plugin.
Depends { name: "Qt.qtquick2plugin"; condition: Qt.core.staticBuild
This gives error:
undefined reference to `qt_static_plugin_QtQuick2Plugin()
This works when Qmake is used but not with Qbs.
Attached is build Log
Attachments
Issue Links
- relates to
-
QBS-1389 No documentation for building static Qt Quick Application using Qbs
-
- Closed
-