Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
None
-
448a8603bb0609bf880a2c1b92b26c2005e1cf63
Description
Deploying a file that doesn't exist at the time qmake is run fails in Symbian because QFileInfo::operator== detects two nonexisting files equal even if the paths are different, since the canonical paths are used in the QFileInfo::operator== function. Need to change the unnecessary deployment check in initProjectDeploySymbian() to actually evaluate the path instead of using QFileInfo equality.