forked from qt-creator/qt-creator
		
	CppTools: Show ProjectPart::selectedForBuilding in inspector
Change-Id: I8a662565eb5e12fd3dbabf00427f34c98030a55e Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
		
				
					committed by
					
						
						David Schulz
					
				
			
			
				
	
			
			
			
						parent
						
							6175b2f404
						
					
				
				
					commit
					0718f536a7
				
			@@ -492,13 +492,14 @@ void Dumper::dumpProjectInfos( const QList<ProjectInfo> &projectInfos)
 | 
			
		||||
            if (!part->projectConfigFile.isEmpty())
 | 
			
		||||
                m_out << i3 << "Project Config File: " << part->projectConfigFile << "\n";
 | 
			
		||||
            m_out << i2 << "Project Part \"" << part->id() << "\"{{{3\n";
 | 
			
		||||
            m_out << i3 << "Project Part Name   : " << part->displayName << "\n";
 | 
			
		||||
            m_out << i3 << "Project Name        : " << projectName << "\n";
 | 
			
		||||
            m_out << i3 << "Project File        : " << projectFilePath << "\n";
 | 
			
		||||
            m_out << i3 << "Lanugage Version    : " << Utils::toString(part->languageVersion)<<"\n";
 | 
			
		||||
            m_out << i3 << "Lanugage Extensions : " << Utils::toString(part->languageExtensions)
 | 
			
		||||
            m_out << i3 << "Project Part Name    : " << part->displayName << "\n";
 | 
			
		||||
            m_out << i3 << "Project Name         : " << projectName << "\n";
 | 
			
		||||
            m_out << i3 << "Project File         : " << projectFilePath << "\n";
 | 
			
		||||
            m_out << i3 << "Selected For Building: " << part->selectedForBuilding << "\n";
 | 
			
		||||
            m_out << i3 << "Lanugage Version     : " << Utils::toString(part->languageVersion)<<"\n";
 | 
			
		||||
            m_out << i3 << "Lanugage Extensions  : " << Utils::toString(part->languageExtensions)
 | 
			
		||||
                  << "\n";
 | 
			
		||||
            m_out << i3 << "Qt Version          : " << Utils::toString(part->qtVersion) << "\n";
 | 
			
		||||
            m_out << i3 << "Qt Version           : " << Utils::toString(part->qtVersion) << "\n";
 | 
			
		||||
 | 
			
		||||
            if (!part->files.isEmpty()) {
 | 
			
		||||
                m_out << i3 << "Files:{{{4\n";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user