Add qml plugin
ClosedPublic

Authored by nicolasfella on Jul 11 2019, 10:10 PM.

Details

Summary

Move the type registration from Itinerary into a proper qml plugin so it can be used everywhere

Diff Detail

Repository
R1032 KPublicTransport
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nicolasfella requested review of this revision.Jul 11 2019, 10:10 PM
nicolasfella created this revision.
vkrause accepted this revision.Jul 12 2019, 7:01 AM

Thanks! I think (some of) the examples benefit from this as well.

src/qmlplugin/CMakeLists.txt
6

No need to force SHARED here, without that it does the right thing automatically, also for static builds.

This revision is now accepted and ready to land.Jul 12 2019, 7:01 AM
This revision was automatically updated to reflect the committed changes.