some android corrections

This commit is contained in:
doitux
2012-11-05 14:15:55 +01:00
parent 10be5b5fe6
commit 59df9c0968
5 changed files with 231 additions and 7 deletions
+1
View File
@@ -106,6 +106,7 @@ win32 {
DEFINES += _WIN32_WINNT=0x0501
}
unix : !mac {
INCLUDEPATH += $${PREFIX}/include
system(protoc pokerth.proto --cpp_out=src/third_party/protobuf)
system(protoc pokerth.proto --java_out=tests/src)
}