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: 1 comment
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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