qdoc:headers and sources paths are canonicalized

This eliminates the possibility that the same file could
appear in the file list twice causing qdoc to parse it twice.

Task-number: QTBUG-34002
Change-Id: Iab63d778c9f955076515a8ae2f1bd9560099b13d
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Reviewed-by: Nico Vertriest <nico.vertriest@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
bb10
Martin Smith 2013-10-10 12:25:01 +02:00 committed by The Qt Project
parent b6a4545b8f
commit 9205ae8fa4
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ QStringList Config::getAllFiles(const QString &filesVar,
const QSet<QString> &excludedDirs,
const QSet<QString> &excludedFiles)
{
QStringList result = getStringList(filesVar);
QStringList result = getCanonicalPathList(filesVar);
QStringList dirs = getCanonicalPathList(dirsVar);
QString nameFilter = getString(filesVar + dot + CONFIG_FILEEXTENSIONS);