summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-02-25 10:04:58 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-02-25 10:43:59 (GMT)
commit68c909373d96f61f1a06cfb486df320e56b2e75a (patch)
treebb7c60a57989576cc1445deaec2e936d50434077 /src
parente9b0a7abece9e23e98155b4a4ab07799d36f6230 (diff)
downloadQt-68c909373d96f61f1a06cfb486df320e56b2e75a.zip
Qt-68c909373d96f61f1a06cfb486df320e56b2e75a.tar.gz
Qt-68c909373d96f61f1a06cfb486df320e56b2e75a.tar.bz2
Fix SymbianMakefileGenerator::absolutizePath for clean builds
QFileInfo::isDir() will not return correct value if path doesn't exist like it doesn't in case of clean builds. Turned the check around and used isFile() instead. If a file is given as origPath, it is assumed to exist, because it was explicitly given with HEADERS variable and qmake will give warning if nonexisted file is given there. Reviewed-by: Janne Koskinen
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions