Skip to content
  • Stephen Kelly's avatar
    QtAutogen: Use the basename for resource files. · 261acd91
    Stephen Kelly authored
    The rcc tool generates a cpp file with a symbol called qInitResources
    or called qInitResources_${name}, if the name is passed. The
    qInitResources symbol clashes if multiple qrc files are used in
    one target.
    
    Always pass the name to ensure that the symbol is unique. This is also
    the behavior of the qtx_add_resource macros.
    261acd91