diff options
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 |