Skip to content

Export initKConfigGroupGui()

Volker Krause requested to merge work/vkrause/export-kconfig-gui-init into master

We need that for forcing the initialization of the GUI type support in libraries that don't otherwise use KConfigGui. Linking against it isn't enough if --as-needed or MSVC are used in that case.

The new KF::ColorScheme is affected by this.

Merge request reports