Call protoc in qmake call.

This commit is contained in:
lotodore
2012-10-26 18:39:41 +02:00
parent 02016381ef
commit 8b116259a7
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -105,6 +105,10 @@ win32 {
DEFINES += CURL_STATICLIB
DEFINES += _WIN32_WINNT=0x0501
}
unix : !mac {
system(protoc pokerth.proto --cpp_out=src\third_party\protobuf)
system(protoc pokerth.proto --java_out=tests\src)
}
mac {
# make it x86_64 only
CONFIG += x86_64