Autogen: RCC: Append checksum suffix to wrapped file name
To avoid name collisions append a 4 character checksum string to the wrapped
qrc_<BASE>_<CONFIG>.cpp
file name so that it becomes
-
qrc_<BASE>_<CONFIG>_<CHECKSUM>.cpp
.
Then wrapper file qrc_<BASE>.cpp
then includes qrc_<BASE>_<CONFIG>_<CHECKSUM>.cpp
.
Edited by Sebastian Holtermann