blob: d1161bdd4e413ff260449a6b72a2dd0a593f4d7a [file] [log] [blame]
TEMPLATE = app
TARGET = sync-demo
DEFINES += __DEBUG
HEADERS = chatdialog.h \
digesttreescene.h \
settingdialog.h \
treelayout.h
SOURCES = main.cpp \
chatdialog.cpp \
digesttreescene.cpp \
settingdialog.cpp \
treelayout.cpp
FORMS = chatdialog.ui \
settingdialog.ui
QMAKE_CXXFLAGS *= -g
QMAKE_CFLAGS *= -g
QMAKE_LIBDIR *= /opt/local/lib /usr/local/lib /usr/lib sync/build
INCLUDEPATH *= /opt/local/include /usr/local/include sync/include
LIBS *= -lccn -lssl -lcrypto -lpthread -lprotobuf -lsync
CONFIG += console
PROTOS = chatbuf.proto
include (sync-demo.pri)