diff options
Diffstat (limited to 'pacman-c++/proto/proto.pro')
| -rw-r--r-- | pacman-c++/proto/proto.pro | 9 |
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 @@ | |||
| 1 | TEMPLATE = lib | ||
| 2 | CONFIG += staticlib | ||
| 3 | |||
| 4 | include(../common.pri) | ||
| 5 | |||
| 6 | PROTOS = pacman.proto | ||
| 7 | include(protobuf.pri) | ||
| 8 | LIBS += -lprotobuf | ||
| 9 | OTHER_FILES += $${PROTOS} | ||
