Replies: 3 comments 2 replies
-
If you don't want to link to QtQml, disable the Regardless, that link error is curious. It looks like the error got cut off? Did you copy and paste the whole error? |
Beta Was this translation helpful? Give feedback.
-
Note that in addition to demo_threading there is a short example in https://github.com/KDAB/cxx-qt/blob/main/examples/qml_features/rust/src/threading.rs of how to do threading. And is this a CMake build or a Cargo build you are doing ? this should be possible it just sounds like either you have QML features enabled or we have a bug somewhere that is trying to bind to the QML engine. |
Beta Was this translation helpful? Give feedback.
-
@Be-ing & @ahayzen-kdab thanks for the quick replies. Yes, I didn't have To build my rather old project from Qt5, I had to take into account some little things. For example setting Q_SLOTS instead of slots. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to do something similar to the example demo_thread.
Idea is backend in rust(finally in a separate thread as in the example), and frontend-application in Qt.I mean with a ready-made working Qt application.
Now I'm trying to collect at least something minimal demo.
By the output of the compiler, does it necessarily need a qml engine to work?
Beta Was this translation helpful? Give feedback.
All reactions