Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Invalid
-
Affects Version/s: 1.12.2
-
Fix Version/s: None
-
Component/s: Build & Distribution of Qbs, Documentation
-
Labels:None
-
Platform/s:
Description
```qbs
submodules: [
"keyboard",
"virtualkeyboard",
"qvirtualkeyboard"
]
```
Do not work. How to include qt virtual keyboard module to qbs project?
There is no documentation at all, look here
https://doc.qt.io/qbs/qbsmodules-qmlmodule.html
but qbs has theese modules too:
"concurrent",
"opengl",
"quickcontrols2",
"widgets",
"charts"
I'm just lucky I've found how to use them after some random attempts.