Add resource file to hold QML files

Add a resource file to hold any QML files that will be used in the
mobile port.

Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Grace Karanja 2015-05-27 13:07:50 +03:00 committed by Dirk Hohndel
parent 4e426e3a12
commit 424cf6ca57

View file

@ -0,0 +1,5 @@
<RCC>
<qresource prefix="/qml">
<file>main.qml</file>
</qresource>
</RCC>