Fix a bug in qdoc where to look for index files.
authorJan-Arve Saether <jan-arve.saether@nokia.com>
Mon, 3 Sep 2012 08:25:01 +0000 (10:25 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 7 Sep 2012 13:39:31 +0000 (15:39 +0200)
commit2e8763ca4484b9dfd7560487a4d2c43653f91021
tree5d7032d58ef47f81fb6f4c7326a14e2082f4af1e
parent51d40d7e9bdfc63c5109aef5b732aa2ba10f985a
Fix a bug in qdoc where to look for index files.

This was only a problem if the qdocconf file was in the same
directory as the current directory (QDir::relativeFilePath()
returns an empty string in that case), so if the documentation was
generated with the makefile rules, this problem did not reveal itself.

Change-Id: I9c8956fdb46c4f307df7ab297dc94e8d3ef93fb4
Reviewed-by: Martin Smith <martin.smith@nokia.com>
src/tools/qdoc/main.cpp