Make Q4ProjecConfigWidget more robust

Task-Nr: QTCREATORBUG-1108
Task-Nr: TOOLS-339
This commit is contained in:
dt
2010-04-14 13:37:08 +02:00
parent def1b610da
commit 61e5ce374c
4 changed files with 72 additions and 26 deletions

View File

@@ -1359,7 +1359,6 @@ QStringList Qt4ProFileNode::includePaths(ProFileReader *reader) const
// except if those directories don't exist at the time of parsing
// thus we add those directories manually (without checking for existance)
paths << mocDirPath(reader) << uiDirPath(reader);
paths.removeDuplicates();
return paths;
}