diff options
Diffstat (limited to 'pacman-c++/protobuf.pri')
| -rw-r--r-- | pacman-c++/protobuf.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/protobuf.pri b/pacman-c++/protobuf.pri index 03b9514..718cb70 100644 --- a/pacman-c++/protobuf.pri +++ b/pacman-c++/protobuf.pri | |||
| @@ -20,7 +20,7 @@ for(p, PROTOPATH):PROTOPATHS += --proto_path=$${p} | |||
| 20 | protobuf_decl.name = protobuf header | 20 | protobuf_decl.name = protobuf header |
| 21 | protobuf_decl.input = PROTOS | 21 | protobuf_decl.input = PROTOS |
| 22 | protobuf_decl.output = ${QMAKE_FILE_BASE}.pb.h | 22 | protobuf_decl.output = ${QMAKE_FILE_BASE}.pb.h |
| 23 | protobuf_decl.commands = protoc --cpp_out="." $${PROTOPATHS} ${QMAKE_FILE_IN} | 23 | protobuf_decl.commands = protoc --cpp_out="." $${PROTOPATHS} $(INCPATH) ${QMAKE_FILE_IN} |
| 24 | protobuf_decl.variable_out = GENERATED_FILES | 24 | protobuf_decl.variable_out = GENERATED_FILES |
| 25 | QMAKE_EXTRA_COMPILERS += protobuf_decl | 25 | QMAKE_EXTRA_COMPILERS += protobuf_decl |
| 26 | 26 | ||
