diff options
author | kali <kali@leap.se> | 2020-09-30 16:25:27 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:44 +0200 |
commit | ef892643df8970aec45dbc3f48eabb95a1ccbf22 (patch) | |
tree | 1a20c34cca7b94e69468e471790996fa61909805 /bitmask.pro | |
parent | 47ac0543b9ed2d4afb8814a19e2f4dc3c30030e1 (diff) |
[pkg] osx helper and working qt installer
Diffstat (limited to 'bitmask.pro')
-rw-r--r-- | bitmask.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitmask.pro b/bitmask.pro index 7acf7a9..4099301 100644 --- a/bitmask.pro +++ b/bitmask.pro @@ -1,4 +1,3 @@ -#TARGET=bitmask #TARGET = $$BINARY_NAME CONFIG += qt staticlib @@ -25,7 +24,8 @@ HEADERS += \ gui/qjsonmodel.h \ lib/libgoshim.h -LIBS += -L../lib -lgoshim -lpthread +# we build from build/qt +LIBS += -L../../lib -lgoshim -lpthread RESOURCES += gui/gui.qrc |