From ce48af53646cd9e7ec762fc1ac176b3aa620b11d Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 5 May 2011 00:57:07 +0200 Subject: - refactorized the whole project and made a few subprojects - replaced tcp with enet - added connect dialog - some smaller bugfixes --- pacman-c++/proto/proto.pro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pacman-c++/proto/proto.pro (limited to 'pacman-c++/proto/proto.pro') diff --git a/pacman-c++/proto/proto.pro b/pacman-c++/proto/proto.pro new file mode 100644 index 0000000..7c0b334 --- /dev/null +++ b/pacman-c++/proto/proto.pro @@ -0,0 +1,9 @@ +TEMPLATE = lib +CONFIG += staticlib + +include(../common.pri) + +PROTOS = pacman.proto +include(protobuf.pri) +LIBS += -lprotobuf +OTHER_FILES += $${PROTOS} -- cgit v1.2.3