QML extension plugin problem
Unsolved
C++ Gurus
-
Hello there,
I'm really tired bro. I've been looking at the docs, the QML book, youtube (no such video) and all for a week. I just want some C++ classes to be exposed as a plugin or whatever it is, so that I can use Qt Design Studio's Live Preview. Qt Creater's QML preview reloads the whole app.
Here's the small example at Github. Please solve it.
I tried the Creating C++ Plugins for QML,
qt_add_qml_module
, tried theImageProvider
example and some others. But it fails somewhere. Right now, it caused some dependency problem.