17 lines
519 B
Text
17 lines
519 B
Text
|
|
<!DOCTYPE RCC>
|
||
|
|
<RCC version="1.0">
|
||
|
|
<!--
|
||
|
|
Qt resource file for DragonMoonlight logo images.
|
||
|
|
These are referenced in QML as:
|
||
|
|
qrc:/app/assets/wilddragon-icon.jpg
|
||
|
|
qrc:/app/assets/wilddragon-logo.jpg
|
||
|
|
|
||
|
|
The CMakeLists_vpn.cmake include registers this file with
|
||
|
|
qt5_add_resources / qt_add_resources before compiling.
|
||
|
|
-->
|
||
|
|
<qresource prefix="/app/assets">
|
||
|
|
<file>wilddragon-icon.jpg</file>
|
||
|
|
<file>wilddragon-logo.jpg</file>
|
||
|
|
</qresource>
|
||
|
|
</RCC>
|