[Moved] integrating qwt tools into qt creator....
-
Qt creator is embedding designer, so creator integration should be identical to designer integration.
Note that Qt Creator ships with its own copy of Qt, so you need to drop the plugin into that.
-
Does qt have to be rebuild for it to detect new plugins? I have been trying to get any examples of plugins to work in my Qt environment but have been unsuccessful. For instance, the plug and paint plugin example should be straight forward out the box but I can´t even get that to work. I´ve recompile the plug and paint plugins and see the shared library. I bring the plug and paint application up and I get and error during compile. It indicates ¨:: error: cannot find -lpnp_basictools¨. I tried to place the library under the qt plugin and still got no success. Please help!!!