Details
-
Bug
-
Resolution: Done
-
P2: Important
-
1.7.1
-
RHEL 7
-
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