Here the official Qt Creator code repository:
git clone https://github.com/qtproject/qt-creator.git
Qt Creator uses QPluginLoader
.
What are the weaknesses of the QPluginLoader
approach? What are the differences from QLibrary
?
QtPluginloader cannot be used if your application is statically linked against Qt.
In this case, you will also have to link to plugins statically. You can use QLibrary if you need to load dynamic libraries in a statically linked application.
http://doc.trolltech.com/4.6/qpluginloader.html
Hope it helps. Best Regards
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With