Yes, QtCreator 2.6.0 build with Qt5 Beta2. Qt4 is completly deinstalled.
Yes, QtCreator 2.6.0 build with Qt5 Beta2. Qt4 is completly deinstalled.
Did you remember about the plugin export macro? Also make sure both creator and the plugin are built with the same compiler and using the same mode of Qt (debug/release).
Q_EXPORT_PLUGIN is in. Macro Q_PLUGIN_METADATA was missing and caused the error during loading.
This macro is also missing in the current Project Wizard "Qt Creator Plugin" project. That's why this simple example Plugin also doesn't work.
Solved!
Bookmarks