summaryrefslogtreecommitdiffstats
path: root/examples/client/chat/chat.pro
blob: a6b65f791ae851b19157ef91164b9cebfd4b32e5 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app
TARGET = jsondb-chat
QT += jsondb

SOURCES += main.cpp \
    chatclient.cpp

HEADERS += \
    chatclient.h