From a1daa982032f8e72b492fc0f2047326b43bdf763 Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Tue, 13 Sep 2016 05:58:35 +0900
Subject: [PATCH] Add main.qml

---
 src/qml.qrc      | 5 +++++
 src/qml/main.qml | 9 +++++++++
 2 files changed, 14 insertions(+)
 create mode 100644 src/qml.qrc
 create mode 100644 src/qml/main.qml

diff --git a/src/qml.qrc b/src/qml.qrc
new file mode 100644
index 0000000..69145a8
--- /dev/null
+++ b/src/qml.qrc
@@ -0,0 +1,5 @@
+<RCC>
+    <qresource prefix="/">
+        <file>qml/main.qml</file>
+    </qresource>
+</RCC>
diff --git a/src/qml/main.qml b/src/qml/main.qml
new file mode 100644
index 0000000..c08f33d
--- /dev/null
+++ b/src/qml/main.qml
@@ -0,0 +1,9 @@
+import QtQuick 2.0
+import QtQuick.Controls 1.1
+
+ApplicationWindow {
+
+    Component.onCompleted: {
+    }
+
+}
-- 
GitLab