-
Notifications
You must be signed in to change notification settings - Fork 0
/
Protorpcpp.pro
38 lines (38 loc) · 981 Bytes
/
Protorpcpp.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# -------------------------------------------------
# Project created by QtCreator 2009-01-16T18:49:17
# -------------------------------------------------
QT += network
QT -= gui
TARGET = Protorpcpp
TEMPLATE = lib
DEFINES += PROTORPCPP_LIBRARY
SOURCES += twowaystream.cpp \
threadtool.cpp \
simplerpccontroller.cpp \
prototools.cpp \
protorpcpp.cpp \
Message.pb.cc \
callentry.cpp \
streamcallbackinfo.cpp \
twowayrpccontroller.cpp \
socketserver.cpp \
testserversideservice.cpp \
socketchannel.cpp \
responsewaiter.cpp \
responsewaiterprivate.cpp
HEADERS += Protorpcpp_global.h \
twowaystream.h \
threadtool.h \
simplerpccontroller.h \
prototools.h \
protorpcpp_global.h \
protorpcpp.h \
Message.pb.h \
callentry.h \
streamcallbackinfo.h \
twowayrpccontroller.h \
socketserver.h \
testserversideservice.h \
socketchannel.h \
responsewaiter.h \
responsewaiterprivate.h