2012-02-26 17:52:29 +08:00
|
|
|
TEMPLATE = app
|
|
|
|
|
TARGET = qamqp
|
2013-02-20 01:56:16 +08:00
|
|
|
DEPENDPATH += . src
|
|
|
|
|
|
2012-02-26 17:52:29 +08:00
|
|
|
INCLUDEPATH += . ./src
|
|
|
|
|
|
2013-02-20 01:56:16 +08:00
|
|
|
HEADERS += \
|
|
|
|
|
src/QamqpApp.h \
|
2013-02-21 00:06:23 +08:00
|
|
|
src/pubsub/EmitLog.h \
|
|
|
|
|
src/pubsub/ReceiveLog.h \
|
2013-02-21 00:58:51 +08:00
|
|
|
src/routing/EmitLogDirect.h \
|
|
|
|
|
src/routing/ReceiveLogDirect.h \
|
2013-02-20 01:56:16 +08:00
|
|
|
src/sendreceive/Receive.h \
|
|
|
|
|
src/sendreceive/Send.h \
|
2013-02-20 23:26:10 +08:00
|
|
|
src/workqueues/NewTask.h \
|
|
|
|
|
src/workqueues/Worker.h \
|
2013-02-20 01:56:16 +08:00
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
src/main.cpp \
|
2012-02-26 17:52:29 +08:00
|
|
|
|
2013-02-20 01:56:16 +08:00
|
|
|
include(src/qamqp/qamqp.pri)
|