Make sure we can find the library in unit tests
This commit is contained in:
parent
7ff0dfab1b
commit
4ed42b74d5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue