aboutsummaryrefslogtreecommitdiff
path: root/qml.qrc
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-27 17:09:49 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-27 17:13:25 +0200
commit7411d37db68911c59016472e3aead0634cf555ae (patch)
tree72238bf0774ad15a1ac5326ba4607f6caeb7f48f /qml.qrc
parent77eefb1b2364737d824cc4cbefbe4b7bb1fd55b9 (diff)
downloadRWA.Support.DesktopApp-7411d37db68911c59016472e3aead0634cf555ae.tar.gz
RWA.Support.DesktopApp-7411d37db68911c59016472e3aead0634cf555ae.tar.bz2
RWA.Support.DesktopApp-7411d37db68911c59016472e3aead0634cf555ae.zip
Move sources to src/ && lots of features
Diffstat (limited to 'qml.qrc')
-rw-r--r--qml.qrc11
1 files changed, 10 insertions, 1 deletions
diff --git a/qml.qrc b/qml.qrc
index befdf6f..6653eea 100644
--- a/qml.qrc
+++ b/qml.qrc
@@ -1,12 +1,21 @@
<RCC>
<qresource prefix="/">
<file>main.qml</file>
- <file>main.cpp</file>
<file>locales/bin/de_DE.qm</file>
<file>locales/bin/main_en.qm</file>
<file>locales/de_DE.ts</file>
<file>locales/main_en.ts</file>
<file>locales/bin/es_ES.qm</file>
<file>locales/es_ES.ts</file>
+ <file>images/logo.png</file>
+ <file>images/into-clipboard.svg</file>
+ <file>images/menubar.png</file>
+ <file>src/main.cpp</file>
+ <file>src/main_qmladaptor.cpp</file>
+ <file>src/main_qmladaptor.h</file>
+ <file>src/RWADBusAdaptor.cpp</file>
+ <file>src/RWADBusAdaptor.h</file>
+ <file>src/session.cpp</file>
+ <file>src/session.h</file>
</qresource>
</RCC>