summaryrefslogtreecommitdiffstats
path: root/pacman-c++/proto/proto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/proto/proto.pro')
-rw-r--r--pacman-c++/proto/proto.pro9
1 files changed, 9 insertions, 0 deletions
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 @@
1TEMPLATE = lib
2CONFIG += staticlib
3
4include(../common.pri)
5
6PROTOS = pacman.proto
7include(protobuf.pri)
8LIBS += -lprotobuf
9OTHER_FILES += $${PROTOS}