Add missing types to qrc
ClosedPublic

Authored by nicolasfella on Mar 16 2020, 12:04 AM.

Diff Detail

Repository
R169 Kirigami
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nicolasfella created this revision.Mar 16 2020, 12:04 AM
Restricted Application added a project: Kirigami. · View Herald TranscriptMar 16 2020, 12:04 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
nicolasfella requested review of this revision.Mar 16 2020, 12:04 AM
apol accepted this revision.Mar 16 2020, 12:11 AM
This revision is now accepted and ready to land.Mar 16 2020, 12:11 AM

Can confirm this solves my crash when trying to run on Android, which previous killed my app on startup if trying to use a CardsListView:

LOGCAT: W quickgear: QQmlApplicationEngine failed to load component
LOGCAT: W quickgear: qrc:/qml/main.qml:17:28: Type ShowsPage unavailable
LOGCAT: W quickgear: qrc:/qml/ShowsPage.qml:30:2: Type Kirigami.CardsListView unavailable
LOGCAT: W quickgear: qrc:/org/kde/kirigami/CardsListView.qml:27:1: CardsListViewPrivate is not a type

Now it's all good :)

This revision was automatically updated to reflect the committed changes.

I was wondering, could this file be auto-generated by cmake?