Rewriting connectivity tool for google protocol buffers.

This commit is contained in:
lotodore
2013-01-05 14:24:45 +01:00
parent 1c5c3a5a1d
commit 6b6fa24ead
2 changed files with 104 additions and 112 deletions
+9 -12
View File
@@ -18,21 +18,20 @@ QT -= core gui
#PRECOMPILED_HEADER = src/pch_lib.h
INCLUDEPATH += . \
src \
src/third_party/asn1
src
DEPENDPATH += . \
src \
src/third_party/asn1
src
# Input
HEADERS += \
src/game_defs.h
src/game_defs.h \
src/net/netpacket.h \
src/third_party/protobuf/pokerth.pb.h
SOURCES += \
src/connectivity.cpp
LIBS += -lpokerth_protocol
src/connectivity.cpp \
src/net/common/netpacket.cpp \
src/third_party/protobuf/pokerth.pb.cc
unix : !mac {
@@ -82,9 +81,7 @@ unix : !mac {
kFreeBSD = $$find(UNAME, "kFreeBSD")
LIBS += $$BOOST_LIBS
LIBS += -lgsasl -lgcrypt -lidn
POST_TARGETDEPS += ./lib/libpokerth_protocol.a
LIBS += -lprotobuf -lgsasl -lgcrypt -lidn
#### INSTALL ####