sync.profile 403 B

1234567891011
  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. );
  8. %moduleheaders = ( # restrict the module headers to those found in relative path
  9. );
  10. @ignore_headers = ( );