Fixes YACCSOURCES and LEXSOURCES files not visible in the project tree.

Task-number: 255267
This commit is contained in:
dt
2009-06-16 14:41:25 +02:00
parent a446491ae8
commit 7594cc5a41
2 changed files with 5 additions and 1 deletions

View File

@@ -487,6 +487,8 @@ QStringList Qt4PriFileNode::varNames(FileType type)
case ProjectExplorer::SourceType:
vars << QLatin1String("SOURCES");
vars << QLatin1String("OBJECTIVE_SOURCES");
vars << QLatin1String("LEXSOURCES");
vars << QLatin1String("YACCSOURCES");
break;
case ProjectExplorer::ResourceType:
vars << QLatin1String("RESOURCES");