diff options
Diffstat (limited to 'framework/qmldir')
-rw-r--r-- | framework/qmldir | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/framework/qmldir b/framework/qmldir new file mode 100644 index 00000000..f258f5cc --- /dev/null +++ b/framework/qmldir | |||
@@ -0,0 +1,23 @@ | |||
1 | module org.kube.framework | ||
2 | |||
3 | Avatar 1.0 Avatar.qml | ||
4 | FocusComposer 1.0 FocusComposer.qml | ||
5 | ConversationView 1.0 ConversationView.qml | ||
6 | FolderListView 1.0 FolderListView.qml | ||
7 | MailListView 1.0 MailListView.qml | ||
8 | AccountSwitcher 1.0 AccountSwitcher.qml | ||
9 | NewAccountDialog 1.0 NewAccountDialog.qml | ||
10 | EditAccountDialog 1.0 EditAccountDialog.qml | ||
11 | OverlayDialog 1.0 OverlayDialog.qml | ||
12 | Outbox 1.0 Outbox.qml | ||
13 | People 1.0 People.qml | ||
14 | Notification 1.0 Notification.qml | ||
15 | Icon 1.0 Icon.qml | ||
16 | Button 1.0 Button.qml | ||
17 | PositiveButton 1.0 PositiveButton.qml | ||
18 | |||
19 | plugin mailplugin | ||
20 | plugin actionplugin | ||
21 | plugin notificationplugin | ||
22 | plugin settingsplugin | ||
23 | plugin accountsplugin | ||