Skip to content

Port away from KDeclarative

Tobias Fella requested to merge work/nokdeclarative into master

The KFormat/KCoreAddons QML bindings are part of kdeclarative, which has a massive dependency tree. to work around this, we do all of the KFormat stuff in C++ and expose it as QString QProperties to QML

Merge request reports