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
Branch
qmlplugin
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 13866
Build 13884: arc lint + arc unit
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
5

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.