diff options
author | kali <kali@win> | 2020-10-09 12:39:27 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:52 +0200 |
commit | e4a2efb527fb09b548c14b13d28d0780941ca72d (patch) | |
tree | 8527fb1678d1f8d4465cb7cee02d32a45a688ae8 /bitmask.pro | |
parent | 4d9d578902aae37d62ea3218efa2b062cb7f893f (diff) |
[pkg] windows fixes
Several fixes for missing paths. Refactor qt installer; fetch pre-built
binaries from an existing installation on build system (needs to be
automated); add windows icon.
- Resolves: #362
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 |