diff options
Diffstat (limited to 'app/main.qrc')
-rw-r--r-- | app/main.qrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/main.qrc b/app/main.qrc new file mode 100644 index 0000000..4a5aac9 --- /dev/null +++ b/app/main.qrc @@ -0,0 +1,6 @@ +<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>CameraControl.qml</file>
+ </qresource>
+</RCC>
|