We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9157e82 commit 70c16dbCopy full SHA for 70c16db
.gitignore
@@ -16,3 +16,4 @@ moc_*.cpp
16
qrc_*.cpp
17
ui_*.h
18
localization/*.qm
19
+build/
main/main.pro
@@ -4,7 +4,7 @@ TEMPLATE = app
4
QT += core gui
5
6
CONFIG += c++11
7
-LIBS += -L../src/ -lqtpass
+LIBS += -L"$$OUT_PWD/../src/$(OBJECTS_DIR)" -lqtpass
8
INCLUDEPATH += ../src
9
10
macx {
tests/auto/util/util.pro
@@ -4,7 +4,7 @@ message($$QMAKE_LINK_OBJECT_MAX)
SOURCES += tst_util.cpp \
-LIBS += -L../../../src -lqtpass
+LIBS += -L"$$OUT_PWD/../../../src/$(OBJECTS_DIR)" -lqtpass
HEADERS += util.h \
qtpasssettings.h \
0 commit comments