Also filter files found in OTHER_FILES for qml

Change-Id: I85f6958017d18a868bd63745efdd850cabb43761
Reviewed-on: http://codereview.qt.nokia.com/902
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
Daniel Teske
2011-06-29 15:14:09 +02:00
parent b90be2b5bf
commit 5c75f295e9

View File

@@ -619,7 +619,7 @@ void Qt4PriFileNode::update(ProFile *includeFileExact, QtSupport::ProFileReader
for (int i = 0; i < fileTypes.size(); ++i) { for (int i = 0; i < fileTypes.size(); ++i) {
FileType type = fileTypes.at(i).type; FileType type = fileTypes.at(i).type;
QSet<QString> newFilePaths = foundFiles[type]; QSet<QString> newFilePaths = filterFiles(type, foundFiles[type]);
newFilePaths += filterFiles(type, m_recursiveEnumerateFiles); newFilePaths += filterFiles(type, m_recursiveEnumerateFiles);
// We only need to save this information if // We only need to save this information if