diff --git a/3party/protobuf/protobuf.pro b/3party/protobuf/protobuf.pro index 908ba63122..88435d1669 100644 --- a/3party/protobuf/protobuf.pro +++ b/3party/protobuf/protobuf.pro @@ -34,30 +34,6 @@ SOURCES += \ src/google/protobuf/io/zero_copy_stream.cc \ src/google/protobuf/io/zero_copy_stream_impl_lite.cc \ -# Full runtime files are included only in desktop configs -linux-*|win32-*|macx-* { - -SOURCES += \ - src/google/protobuf/descriptor.cc \ - src/google/protobuf/descriptor.pb.cc \ - src/google/protobuf/descriptor_database.cc \ - src/google/protobuf/dynamic_message.cc \ - src/google/protobuf/extension_set_heavy.cc \ - src/google/protobuf/generated_message_reflection.cc \ - src/google/protobuf/message.cc \ - src/google/protobuf/reflection_ops.cc \ - src/google/protobuf/text_format.cc \ - src/google/protobuf/unknown_field_set.cc \ - src/google/protobuf/wire_format.cc \ - src/google/protobuf/io/tokenizer.cc \ - src/google/protobuf/io/zero_copy_stream_impl.cc \ - src/google/protobuf/stubs/stringprintf.cc \ - src/google/protobuf/stubs/structurally_valid.cc \ - src/google/protobuf/stubs/strutil.cc \ - src/google/protobuf/stubs/substitute.cc \ - -} - linux*|android*|win32-g++ { SOURCES += src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc }