mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
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.
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
<RCC>
|
|
<qresource prefix="/icons" >
|
|
<file alias="wpa_gui.png">icons/hicolor/16x16/apps/wpa_gui.png</file>
|
|
</qresource>
|
|
</RCC>
|