aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandra Betouni <ABetouni@luxoft.com>2018-12-14 14:57:14 +0100
committerAntti Hölttä <AHoelttae@luxoft.com>2019-03-18 16:34:23 +0100
commitff7c7152388889da7d603b207e575e366873186d (patch)
tree9d93c4f83c5b4e204fd2ac8e13d96a79487b5e28
parent6fd358d2fd82cd06dbe25a019e7de19817ba3017 (diff)
Removing not-needed qml.qrc file
-rw-r--r--DemoApplication/qml.qrc12
1 files changed, 0 insertions, 12 deletions
diff --git a/DemoApplication/qml.qrc b/DemoApplication/qml.qrc
deleted file mode 100644
index a726151..0000000
--- a/DemoApplication/qml.qrc
+++ /dev/null
@@ -1,12 +0,0 @@
-<RCC>
- <qresource prefix="/">
- <file>main.qml</file>
- <file>HomeForm.qml</file>
- <file>Page1Form.qml</file>
- <file>Page2Form.qml</file>
- <file>qtquickcontrols2.conf</file>
- <file>CNButton.qml</file>
- <file>Page3Form.qml</file>
- <file>Page4Form.qml</file>
- </qresource>
-</RCC>