diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-11 17:36:58 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-11 17:36:58 +0800 |
commit | 7d7d9ec38972d74faf3a2a14719c9f4f3a896f56 (patch) | |
tree | b4dacde1cf12e977cf9eeab78c9c9e5a35cf9884 | |
parent | 087c1dfbd7ac556b78f4b6b53ca4e72d12182c98 (diff) |
Add Label to qrc
-rw-r--r-- | Bootstrap.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bootstrap.qrc b/Bootstrap.qrc index 555b05d..f6b076d 100644 --- a/Bootstrap.qrc +++ b/Bootstrap.qrc @@ -1,5 +1,6 @@ <!DOCTYPE RCC><RCC version="1.0"> <qresource prefix="/Bootstrap"> <file>ApplicationWindow.qml</file> + <file>Label.qml</file> </qresource> </RCC> |