CMakeLists.txt 555 B

123456789101112131415161718192021
  1. qt_internal_add_test(tst_protobuf_json_serialization_enumtypes
  2. SOURCES
  3. serializationenumtypes.cpp
  4. LIBRARIES
  5. Qt::Test
  6. Qt::Protobuf
  7. )
  8. _qt_internal_link_protobuf_objects(tst_protobuf_json_serialization_enumtypes
  9. tst_protobuf_enumtypes_gen
  10. )
  11. qt_internal_add_test(tst_protobuf_json_deserialization_enumtypes
  12. SOURCES
  13. deserializationenumtypes.cpp
  14. LIBRARIES
  15. Qt::Test
  16. Qt::Protobuf
  17. )
  18. _qt_internal_link_protobuf_objects(tst_protobuf_json_deserialization_enumtypes
  19. tst_protobuf_enumtypes_gen
  20. )