这里是官方的QtCreator代码存储库:git clone git://gitorious.org/qt-creator/qt-creator.git
QtCreator使用QPluginLoader。
QPluginLoader方法的缺点是什么?与QLibrary有什么区别?
最佳答案
如果您的应用程序与Qt静态链接,则无法使用QtPluginloader。
在这种情况下,您还必须静态链接到插件。如果需要在静态链接的应用程序中加载动态库,则可以使用QLibrary。
http://doc.trolltech.com/4.6/qpluginloader.html
希望能帮助到你。
最好的祝福