sync.profile 450 B

123456789101112
  1. %modules = ( # path to module name map
  2. "QtProtobuf" => "$basedir/src/protobuf",
  3. "QtProtobufWellKnownTypes" => "$basedir/src/wellknowntypes",
  4. "QtProtobufQtTypes" => "$basedir/src/qttypes",
  5. "QtProtobufQuick" => "$basedir/src/protobufquick",
  6. "QtGrpc" => "$basedir/src/grpc",
  7. "QtGrpcQuick" => "$basedir/src/grpcquick",
  8. );
  9. %moduleheaders = ( # restrict the module headers to those found in relative path
  10. );
  11. @ignore_headers = ( );