commit | 6d589aa0f438260871ebf0aa7615a614adcd68cc | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Tue May 29 17:34:35 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue May 29 19:58:25 2012 -0700 |
tree | 819b6ff12502ca821c5da39dbcc7567f65815691 |
add demo
diff --git a/sync-demo.pro b/sync-demo.pro new file mode 100644 index 0000000..e912e77 --- /dev/null +++ b/sync-demo.pro
@@ -0,0 +1,15 @@ +TEMPLATE = app +TARGET = sync-demo +HEADERS = chatdialog.h + +SOURCES = main.cpp \ + chatdialog.cpp + +FORMS = chatdialog.ui + + +QMAKE_LIBDIR *= /opt/local/lib /usr/local/lib /usr/lib +INCLUDEPATH *= /opt/local/include /usr/local/include +LIBS *= -lccn -lssl -lcrypto +CONFIG += console +