Skip to content
  • Brad King's avatar
    QtAutogen: Process 'rcc --list' stdout and stderr separately (#15523) · 258ba828
    Brad King authored
    The stderr may have warning messages.  We should not treat these lines
    as resource files.  However, we must still recognize error message lines
    for missing resource files that may be generated.
    
    Extend the QtAutogen test to cover a generated resource as the only one
    listed in a .qrc file.  This causes 'rcc --list' to print a warning to
    stderr that we now intend to ignore.
    258ba828