summaryrefslogtreecommitdiffstats
path: root/framework/qmldir
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-04 19:19:41 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-04 19:19:41 +0200
commitd9295fc8f19e4005f8454e7f193f80316550ac0c (patch)
treef27c370d54bced09212b9c4a12b827d1cebb6110 /framework/qmldir
parentd002eae7f8b443dd1bad914444c296088c2b6e85 (diff)
downloadkube-d9295fc8f19e4005f8454e7f193f80316550ac0c.tar.gz
kube-d9295fc8f19e4005f8454e7f193f80316550ac0c.zip
One framework plugin to rule them all
Diffstat (limited to 'framework/qmldir')
-rw-r--r--framework/qmldir23
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 @@
1module org.kube.framework
2
3Avatar 1.0 Avatar.qml
4FocusComposer 1.0 FocusComposer.qml
5ConversationView 1.0 ConversationView.qml
6FolderListView 1.0 FolderListView.qml
7MailListView 1.0 MailListView.qml
8AccountSwitcher 1.0 AccountSwitcher.qml
9NewAccountDialog 1.0 NewAccountDialog.qml
10EditAccountDialog 1.0 EditAccountDialog.qml
11OverlayDialog 1.0 OverlayDialog.qml
12Outbox 1.0 Outbox.qml
13People 1.0 People.qml
14Notification 1.0 Notification.qml
15Icon 1.0 Icon.qml
16Button 1.0 Button.qml
17PositiveButton 1.0 PositiveButton.qml
18
19plugin mailplugin
20plugin actionplugin
21plugin notificationplugin
22plugin settingsplugin
23plugin accountsplugin