don't fail to normalize RES_FILE for no apparent reason
Change-Id: I43d2e45a2743cd8d78229b5ae2bd5f63d92d74f8 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
parent
a64cfadaff
commit
ea4a84074e
@ -525,7 +525,7 @@ void Win32MakefileGenerator::processRcFileVar()
|
||||
project->values("RES_FILE").first().prepend(resDestDir);
|
||||
}
|
||||
project->values("RES_FILE").first() = Option::fixPathToTargetOS(
|
||||
project->first("RES_FILE").toQString(), false, false);
|
||||
project->first("RES_FILE").toQString(), false);
|
||||
project->values("POST_TARGETDEPS") += project->values("RES_FILE");
|
||||
project->values("CLEAN_FILES") += project->values("RES_FILE");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user