Update src.pro

For build debug and release:
After you include qamqpInterface.pri,
you will link debug and release library depending on the current qmake build configuration.
This commit is contained in:
Ernesto De Stefano 2016-03-04 10:30:10 +01:00
parent 3ac5daaf33
commit d7a59f7ef0
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ include(../qamqp.pri)
INCLUDEPATH += .
TEMPLATE = lib
TARGET = qamqp
build_pass:CONFIG(debug, debug|release) {
TARGET = $$join(TARGET,,,d)
}
QT += core network
QT -= gui
DEFINES += QAMQP_BUILD