Dear KDE developers,

For my GSoC 2016 project at KDE (Lite version of KStars for mobile devices)
I need to access C++ class generated from XML configure file with KConfig
compiler from QML. I found in this patch
https://git.reviewboard.kde.org/r/123367/
and in the source code of KConfig compiler that I should set
GenerateProperties=true in my .kcfgc file to create option properties as
Q_PROPERTY. However, I got following error "Too many signals to create
unique bit masks". There is some conflict between Mutators and
GenerateProperties options that causes this error in my XML configure file
but I can't figure out what I should change to have setters in Q_PROPERTY.

Would be grateful if someone could help me with this issue.

Options.kcfgc - https://paste.kde.org/pm1klcbls

kstars.kcfg - https://paste.kde.org/phit6qibo


Regards,

Artem Fedoskin
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to