Read about creating libs.
Read about creating libs.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
i create a class inherit from QDeclarativeExtensionPlugin in the plugin project
and create a dll for the plugin.
now i want to use this from the second project...
so in the qmlrir file of theis project i write:
but i got an error :Qt Code:
plugin mypluginname full/path/to/the/dll/fileTo copy to clipboard, switch view to plain text mode
module "mypluginname" is not installed
Bookmarks