QT5 PlugIn Tutorial
QML and Qt Quick
3
Posts
2
Posters
3.2k
Views
1
Watching
-
I'm trying to write a very simple PlugIn for use with QML.
I just want to write a simple class with only one Q_Property and use this in an other Project ( of QTCreator ) in a QML-Application.
But I have the Problem, I can make what I want QTCrator meens allways "modul not installed".
Is there a simple Tutorial ( from beginning to the end ) for building a Plugin in Creator and how to use it in an other Project?
-
"This tutorial":http://doc.qt.digia.com/qt/gettingstartedqml.html goes over creating a qt quick application and making a c++ plugin for it, if that is any help to you :)