How to add import path of a QML module defined in cxx-qt for qmllint? #974
Unanswered
klochowicz
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi @klochowicz , you're right that this is currently not exported into a stable place. We're currently reworking how we build our qml modules. We'll try to add the I hope that will add support for |
Beta Was this translation helpful? Give feedback.
0 replies
-
For Something like:
For qmllint you could generate shell script, as a workaround. CC #975 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm trying to use
qmllint
for my QML application, but it cannot find the import path to the module built with cxx-qt.I've noticed that deep down in the build directory there's
.qmltypes
etc that I suspect I need to import, but it's not exposed anywhere - would it be possible to somehow export QML type information into e.g. the same place where the generated c++ code is being placed?Beta Was this translation helpful? Give feedback.
All reactions