Create qamqpInterface.pri
With this .pri file, you can import this library by setting the variable QAMQP_HOME
You need to put include and lib files into same directory of qamqpInterface.pri.
include($${QAMQP_HOME}/qamqpInterface.pri)
This commit is contained in:
parent
f6777e66df
commit
d9dcf07723
|
|
@ -0,0 +1,7 @@
|
|||
INCLUDEPATH += $${PWD}
|
||||
|
||||
CONFIG(debug, debug|release){
|
||||
LIBS += -L$$PWD -lqamqpd
|
||||
} else {
|
||||
LIBS += -L$$PWD -lqamqp
|
||||
}
|
||||
Loading…
Reference in New Issue