diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-06 23:53:15 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-07 14:58:24 +0100 |
commit | 758595e34038148b0f4b48e803aaf5588efd40f2 (patch) | |
tree | e0b492acce58ba989bc6b523193a0ae4d86d8de1 /pkg/branding/icons.qrc | |
parent | d6016d3be95884b45eb7e48e84e3b1d6037a2b20 (diff) |
[feature] add icon to the window
- Resolves: #8676
Diffstat (limited to 'pkg/branding/icons.qrc')
-rw-r--r-- | pkg/branding/icons.qrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/branding/icons.qrc b/pkg/branding/icons.qrc new file mode 100644 index 0000000..ab994cd --- /dev/null +++ b/pkg/branding/icons.qrc @@ -0,0 +1,5 @@ +<RCC> + <qresource prefix="/"> + <file>mask-icon.png</file> + </qresource> +</RCC> |