blob: e912e77db6e7828f0f6a8f605e302ab0e607f84c [file] [log] [blame]
Zhenkai Zhu6d589aa2012-05-29 17:34:35 -07001TEMPLATE = app
2TARGET = sync-demo
3HEADERS = chatdialog.h
4
5SOURCES = main.cpp \
6 chatdialog.cpp
7
8FORMS = chatdialog.ui
9
10
11QMAKE_LIBDIR *= /opt/local/lib /usr/local/lib /usr/lib
12INCLUDEPATH *= /opt/local/include /usr/local/include
13LIBS *= -lccn -lssl -lcrypto
14CONFIG += console
15