qamqp/qamqp.pro

14 lines
225 B
Prolog
Raw Normal View History

2012-02-26 17:52:29 +08:00
TEMPLATE = app
TARGET = qamqp
DEPENDPATH += . \
2012-05-24 11:53:32 +08:00
src
2012-02-26 17:52:29 +08:00
INCLUDEPATH += . ./src
# Input
2012-05-24 11:53:32 +08:00
HEADERS += src/test.h
2012-02-26 17:52:29 +08:00
SOURCES += src/main.cpp \
2012-05-24 11:53:32 +08:00
src/test.cpp
include(src/qamqp/qamqp.pri)