summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authortezeb <tezeb+github@outoftheblue.pl>2017-10-24 00:50:08 +0200
committertezeb <tezeb+github@outoftheblue.pl>2017-10-24 02:04:30 +0200
commit378868f739e64ccf1d3ff7d27e480fd7f6bc648d (patch)
treecfdf54e35245a1e8a34162da981e4df55baa8bc2 /main
parent9157e8248a112503e23bb1edbe2ffa6366d54e0f (diff)
fix library path for Windows build
Diffstat (limited to 'main')
-rw-r--r--main/main.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.pro b/main/main.pro
index 8344b0b7..e6480c94 100644
--- a/main/main.pro
+++ b/main/main.pro
@@ -4,7 +4,7 @@ TEMPLATE = app
QT += core gui
CONFIG += c++11
-LIBS += -L../src/ -lqtpass
+LIBS = -L"$$OUT_PWD/../src/$(OBJECTS_DIR)" -lqtpass $$LIBS
INCLUDEPATH += ../src
macx {