Make sure we can find the library in unit tests

This commit is contained in:
Adam Majer 2014-09-12 13:58:17 -05:00 committed by Matt Broadstone
parent 7ff0dfab1b
commit 4ed42b74d5
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
INCLUDEPATH += $${QAMQP_INCLUDEPATH} $${PWD}/common
LIBS += -L$${DEPTH}/src $${QAMQP_LIBS}
QMAKE_RPATHDIR += $${DEPTH}/src
QT = core network testlib
QT -= gui
CONFIG -= app_bundle