diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-02-28 19:31:02 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-02-28 19:31:02 -0500 |
commit | 27dbd46c4c73964a0fe61cddf30470b4587e17f2 (patch) | |
tree | d75dad773096f8864ea8106f3fb3ed95527632ca /app/phone.qrc | |
parent | e5e26112bb44b62eaeadf1ec2e9b3253352f70f8 (diff) |
Import latest code from CES2017 repo
Change-Id: Id7ad21f47ea50d15156171a7dfa139da46c4f977
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'app/phone.qrc')
-rw-r--r-- | app/phone.qrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/phone.qrc b/app/phone.qrc new file mode 100644 index 0000000..50b3140 --- /dev/null +++ b/app/phone.qrc @@ -0,0 +1,10 @@ +<RCC> + <qresource prefix="/"> + <file>Phone.qml</file> + <file>Dialer.qml</file> + <file>models/CallHistoryModel.qml</file> + <file>models/ContactsModel.qml</file> + <file>models/qmldir</file> + <file>ContactsView.qml</file> + </qresource> +</RCC> |