Zhenkai Zhu | 6d589aa | 2012-05-29 17:34:35 -0700 | [diff] [blame] | 1 | TEMPLATE = app |
| 2 | TARGET = sync-demo |
Zhenkai Zhu | f474a0a | 2012-05-30 15:06:29 -0700 | [diff] [blame] | 3 | HEADERS = chatdialog.h \ |
Zhenkai Zhu | f474a0a | 2012-05-30 15:06:29 -0700 | [diff] [blame] | 4 | digesttreescene.h |
Zhenkai Zhu | 6d589aa | 2012-05-29 17:34:35 -0700 | [diff] [blame] | 5 | |
| 6 | SOURCES = main.cpp \ |
Zhenkai Zhu | f474a0a | 2012-05-30 15:06:29 -0700 | [diff] [blame] | 7 | chatdialog.cpp \ |
Zhenkai Zhu | f474a0a | 2012-05-30 15:06:29 -0700 | [diff] [blame] | 8 | digesttreescene.cpp |
Zhenkai Zhu | 6d589aa | 2012-05-29 17:34:35 -0700 | [diff] [blame] | 9 | |
| 10 | FORMS = chatdialog.ui |
| 11 | |
Zhenkai Zhu | 6fcdee4 | 2012-05-30 17:02:49 -0700 | [diff] [blame] | 12 | QMAKE_CXXFLAGS *= -g |
| 13 | QMAKE_CFLAGS *= -g |
Zhenkai Zhu | 6d589aa | 2012-05-29 17:34:35 -0700 | [diff] [blame] | 14 | |
Zhenkai Zhu | f474a0a | 2012-05-30 15:06:29 -0700 | [diff] [blame] | 15 | QMAKE_LIBDIR *= /opt/local/lib /usr/local/lib /usr/lib ../../../third_party/OGDF/_release |
| 16 | INCLUDEPATH *= /opt/local/include /usr/local/include ../../../third_party/OGDF |
Zhenkai Zhu | 6fcdee4 | 2012-05-30 17:02:49 -0700 | [diff] [blame] | 17 | LIBS *= -lccn -lssl -lcrypto -lpthread -lOGDF -lprotobuf |
Zhenkai Zhu | 6d589aa | 2012-05-29 17:34:35 -0700 | [diff] [blame] | 18 | CONFIG += console |
| 19 | |
Zhenkai Zhu | 6fcdee4 | 2012-05-30 17:02:49 -0700 | [diff] [blame] | 20 | PROTOS = chatbuf.proto |
| 21 | include (sync-demo.pri) |