Hello;

I'm building a plugin for Qt Creator as follows:

I was able to download the Qt Creator sources and compile them.

I was also able to successfully create the basic Qt Creator plugin as explained in http://doc.qt.digia.com/qtcreator-ex...st-plugin.html.

I do have the three files myplugin.dll, myplugin.a and myplugin.pluginspec and have them in the proper directory of my Qt Creator sources. They run fine.

Should I recompile my Qt Creator sources each time that I produce new myplugin.dll, myplugin.a and myplugin.pluginspec files?

Why is it necessary to have the Qt Creator sources in the first place?

Thanks;

Mut