qmake: Avoid raw string comparison
Detected by clang. Change-Id: I4c734d1af77a331d178ce91610ab08a8048fe410 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
This commit is contained in:
parent
2e8aecc379
commit
7f5635cbb1
@ -176,7 +176,7 @@ MakefileGenerator::initOutPaths()
|
|||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
// We don't want to add a separator for DLLDESTDIR on Windows (###why?)
|
// We don't want to add a separator for DLLDESTDIR on Windows (###why?)
|
||||||
if(!(dirs[x] == "DLLDESTDIR"))
|
if (dkey != "DLLDESTDIR")
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
if(!pathRef.endsWith(Option::dir_sep))
|
if(!pathRef.endsWith(Option::dir_sep))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user