Trouble building a custom plugin
-
i created a custom plugin and also built one of the examples present in qt 5.0 customwidgetsexample
the plugin.dll i am adding in the designer and it is visible in the designer but on adding the widget when i build the file it shows plugin .h not found which is the name o the header of my widget. same occurs with the qt example.
can you please help me whether something needs to be done for debugging,building or loading a plugin -
i am using qt creator on windows7 5.0 with msvc compiler
-
can someone please tell the steps for deploying a custom plugin .
code not required just the dteps as i am having difficulties deploying