ktechlab / ktechlab

an IDE for microcontrollers and electronics
https://userbase.kde.org/KTechlab
GNU General Public License v2.0
414 stars 55 forks source link

Build error because of type change in allPluginsForExtension #31

Open ckorn opened 8 years ago

ckorn commented 8 years ago

This line fails to compile because the parameters of allPluginsForExtension have changed: https://github.com/ktechlab/ktechlab/blob/master/src/interfaces/component/icomponentplugin.cpp#L58

http://api.kde.org/extragear-api/kdevelop-apidocs/kdevplatform/shell/html/classKDevelop_1_1PluginController.html#aab8aa37f1b0fe45a03ceeaa2f88a32fe

Now it requires a QVariantMap as type for constraints.

zoltanp commented 8 years ago

Indeed. I will post a fix soon.

zoltanp commented 8 years ago

I have pushed a new branch that should fix the build problem:

https://github.com/ktechlab/ktechlab/tree/fix-compile-kdevplatform-1.7

Please let me know if this fixes the buid for you. If yes, I will merge it.