cmake-qml-plugin-example icon indicating copy to clipboard operation
cmake-qml-plugin-example copied to clipboard

QML plugin example written with CMake

Results 3 cmake-qml-plugin-example issues
Sort by recently updated
recently updated
newest added

Qt Creator did not recognize the module, in the editor, I got the message QML Module was not found in the import line. How to resolve it? and make the...

Hey! Thank you for this example using CMake. That really helps, since the original documentation is qmake only. I added support for building for Android [(diff)](https://github.com/seijikun/cmake-qml-plugin-example/commit/36d22a2afa66f6dea04054a63c6a74b0ab8117d8). Though, unfortunately, the plugin...

Unfortunately, this example is missing the install step. QML plugins / modules / extensions (whatever you may call it) should be installed in `QT_INSTALL_QML`. Please take a look at the...