From ea4a84074ef5ae6bd6b8deea170c777b3f5695e5 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 2 Feb 2015 17:46:52 +0100 Subject: don't fail to normalize RES_FILE for no apparent reason Change-Id: I43d2e45a2743cd8d78229b5ae2bd5f63d92d74f8 Reviewed-by: Joerg Bornemann --- qmake/generators/win32/winmakefile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmake') diff --git a/qmake/generators/win32/winmakefile.cpp b/qmake/generators/win32/winmakefile.cpp index e652a21648..0d36436b7e 100644 --- a/qmake/generators/win32/winmakefile.cpp +++ b/qmake/generators/win32/winmakefile.cpp @@ -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"); } -- cgit v1.2.3