From c8bcfc1390bf40e01f83b7c4b8d0a8b77f1cd5c5 Mon Sep 17 00:00:00 2001 From: Felix Hammer Date: Tue, 6 Jan 2015 20:51:49 +0100 Subject: [PATCH] try to make linux build on buildbot working again --- pokerth_protocol.pro | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pokerth_protocol.pro b/pokerth_protocol.pro index e50cab45..c2698f99 100755 --- a/pokerth_protocol.pro +++ b/pokerth_protocol.pro @@ -34,16 +34,14 @@ win32 { } unix : !mac { INCLUDEPATH += $${PREFIX}/include + system(protoc pokerth.proto --cpp_out=src/third_party/protobuf) + system(protoc chatcleaner.proto --cpp_out=src/third_party/protobuf) + system(protoc pokerth.proto --java_out=tests/src) android { system(wine protoc.exe pokerth.proto --cpp_out=src/third_party/protobuf) system(wine protoc.exe chatcleaner.proto --cpp_out=src/third_party/protobuf) system(wine protoc.exe pokerth.proto --java_out=tests/src) } - !android { - system(protoc pokerth.proto --cpp_out=src/third_party/protobuf) - system(protoc chatcleaner.proto --cpp_out=src/third_party/protobuf) - system(protoc pokerth.proto --java_out=tests/src) - } } mac { # make it x86_64 only