8038591be2
It looks like Qt does not support SVG format by default on Windows and it was not trivial to add the plugin into the build, so for now, build a 16x16 PNG icon file for Windows binary to avoid showing an invisible icon in the tray.
5 lines
129 B
Text
5 lines
129 B
Text
<RCC>
|
|
<qresource prefix="/icons" >
|
|
<file alias="wpa_gui.png">icons/hicolor/16x16/apps/wpa_gui.png</file>
|
|
</qresource>
|
|
</RCC>
|