diff options
-rw-r--r-- | qt-mobile/mobile-resources.qrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-mobile/mobile-resources.qrc b/qt-mobile/mobile-resources.qrc new file mode 100644 index 000000000..59d301c2d --- /dev/null +++ b/qt-mobile/mobile-resources.qrc @@ -0,0 +1,5 @@ +<RCC> + <qresource prefix="/qml"> + <file>main.qml</file> + </qresource> +</RCC> |