diff options
Diffstat (limited to 'bitmask.pro')
-rw-r--r-- | bitmask.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitmask.pro b/bitmask.pro index 29b13ee..111ff04 100644 --- a/bitmask.pro +++ b/bitmask.pro @@ -11,6 +11,9 @@ macx { # TODO -- pass the vendor icon here from Makefile. ICON = branding/assets/riseup/icon.icns } +win32 { + RC_ICONS = branding/assets/riseup/icon.ico +} QT += qml quick widgets |