rcc: don't track source file location
Generate source code without information about original location of the source file. Useful for reproducible builds. Task-number: QTBUG-105926 Task-number: QTBUG-105913 Change-Id: Ia4ca8d1b22751d0bf110082872b6b4228d01ff9a Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Ari Parkkila <ari.parkkila@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
This commit is contained in:
parent
5e73f9a73c
commit
4fe3337394
@ -321,7 +321,7 @@ qint64 RCCFileInfo::writeDataBlob(RCCResourceLibrary &lib, qint64 offset,
|
||||
// some info
|
||||
if (text || pass1) {
|
||||
lib.writeString(" // ");
|
||||
lib.writeByteArray(m_fileInfo.absoluteFilePath().toLocal8Bit());
|
||||
lib.writeByteArray(m_fileInfo.fileName().toLocal8Bit());
|
||||
lib.writeString("\n ");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user