Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
ClosedPublic

Authored by kossebau on Jul 20 2019, 1:48 PM.

Details

Summary

Being a "Porting Aids", the KF tier3 kdesignerplugin can no longer
do the service of providing such a plugin, as this means depending on us.
So we serve ourselve here for those still using KDEWebKit and preferring
to have a proper representation when using Qt Designer.

Test Plan

Building with BUILD_DESIGNERPLUGIN=ON generates a working plugin,
which appears in "Views (KDE - Deprecated)" group.
Still also builds with BUILD_DESIGNERPLUGIN=OFF

Diff Detail

Repository
R300 KDEWebKit
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau created this revision.Jul 20 2019, 1:48 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJul 20 2019, 1:48 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
kossebau requested review of this revision.Jul 20 2019, 1:48 PM
kossebau updated this revision to Diff 62118.Jul 20 2019, 2:00 PM

Comparing with kdelibs4support, there the designer plugin is always build,
so defaulting BUILD_DESIGNERPLUGIN=ON feels more consistent

kossebau retitled this revision from Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default off) to Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON).Jul 20 2019, 2:01 PM
kossebau edited the test plan for this revision. (Show Details)
apol accepted this revision.Jul 20 2019, 2:21 PM
This revision is now accepted and ready to land.Jul 20 2019, 2:21 PM
This revision was automatically updated to reflect the committed changes.