diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-10-09 18:53:11 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:54 +0200 |
commit | 73d0c7a96df2212d5a3ee6289fc286f3e6459028 (patch) | |
tree | d304904b19b1ef365213876a60e19e232a36c95a /bitmask.pro | |
parent | e4a2efb527fb09b548c14b13d28d0780941ca72d (diff) |
[pkg] refactor vendor init/check
Diffstat (limited to 'bitmask.pro')
-rw-r--r-- | bitmask.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitmask.pro b/bitmask.pro index 111ff04..795a3d5 100644 --- a/bitmask.pro +++ b/bitmask.pro @@ -32,6 +32,7 @@ HEADERS += \ LIBS += -L../../lib -lgoshim -lpthread RESOURCES += gui/gui.qrc +RESOURCES += providers/riseup/vendor.qrc DESTDIR = release OBJECTS_DIR = release/.obj |