[solved] custom QML extension plugin
-
Well, you can build your plugin within Qt Creator. Then just go to the directory where you stored the .pro file and run make install (or nmake install if you use windows).
qmake and make commands should be run in console (in windows there is an entry in start menu called something like "Qt command prompt").
Another way could be to add a build step in Qt Creator, so every time you build, it will also be reinstalled.regards