"name" is missing - message when trying to load plugin in qtcreator..
-
As topic.
OS Linux mint 17.1 Rebecca 64.
Works without problem in qtcreator 3.1.1 systemwide.
But when start qtcreator 3.3 opensource I got this error.!http://s21.postimg.org/iohbv1bt3/2015_02_06_1423220969_0x340000ax768_scrot.png(3.3 error on loading plugin)!
The plugin I want to load is "CreatorStyleEdit":http://beige.github.io/CreatorStyleEdit/Plugin resists in the systemwide directory
@/usr/lib/x86_64-linux-gnu/qtcreator/plugins/CreatorStyleEdit@ and local in
@/home/peter/progs/Qt/Tools/QtCreator/lib/qtcreator/plugins/CreatorStyleEdit@The 64-bit version of the plugin is installed.
/SwePtr
-
Hi,
Following the information from the plugin author, the version your have is built for Qt Creator 3.1.1 and not 3.3. You would have to build it yourself for the new version of Qt Creator
-
Thankyou SGaist
I guess it is time for me to go through this "tutorial ":http://doc.qt.digia.com/qtcreator-extending/first-plugin.html
[quote author="SGaist" date="1423257212"]Hi,Following the information from the plugin author, the version your have is built for Qt Creator 3.1.1 and not 3.3. You would have to build it yourself for the new version of Qt Creator[/quote]
-
You're welcome !
Don't forget the one important point: check that you are using the same Qt library as for Qt Creator.