aboutsummaryrefslogtreecommitdiff
path: root/qml.qrc
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-17 16:33:41 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-17 16:35:10 +0200
commit2997cb8cfb0d17758a38aff036d6ff506758a3de (patch)
treec2cbf10defbe6299b4bf8185de8d700882d71373 /qml.qrc
parent39422cee2bc92a94d03f7b80f6c018d3c808181b (diff)
downloadRWA.Support.DesktopApp-2997cb8cfb0d17758a38aff036d6ff506758a3de.tar.gz
RWA.Support.DesktopApp-2997cb8cfb0d17758a38aff036d6ff506758a3de.tar.bz2
RWA.Support.DesktopApp-2997cb8cfb0d17758a38aff036d6ff506758a3de.zip
Initial commit (Empty Qt Quick application)
Diffstat (limited to 'qml.qrc')
-rw-r--r--qml.qrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/qml.qrc b/qml.qrc
new file mode 100644
index 0000000..b27bddb
--- /dev/null
+++ b/qml.qrc
@@ -0,0 +1,7 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>images/das-netzwerkteam-de.png</file>
+ <file>main.cpp</file>
+ </qresource>
+</RCC>