update changelog & add protoc for windows

This commit is contained in:
Albert Medela
2017-08-09 12:56:37 +02:00
parent 981073ee78
commit 8a9efbb77a
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -34,6 +34,10 @@ SOURCES += src/third_party/protobuf/pokerth.pb.cc \
win32 {
DEFINES += CURL_STATICLIB
DEFINES += _WIN32_WINNT=0x0501
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)
}
unix : !mac {
INCLUDEPATH += $${PREFIX}/include