forked from qt-creator/qt-creator
		
	Compile qmldump with debugging helpers
Must be compiled during runtime - otherwise, the app may not work with Qt that is compiled with another compiler. Reviewed-by: hjk
This commit is contained in:
		@@ -244,7 +244,7 @@ QStringList CMakeRunConfiguration::dumperLibraryLocations() const
 | 
			
		||||
{
 | 
			
		||||
    QString qmakePath = ProjectExplorer::DebuggingHelperLibrary::findSystemQt(environment());
 | 
			
		||||
    QString qtInstallData = ProjectExplorer::DebuggingHelperLibrary::qtInstallDataDir(qmakePath);
 | 
			
		||||
    return ProjectExplorer::DebuggingHelperLibrary::debuggingHelperLibraryLocationsByInstallData(qtInstallData);
 | 
			
		||||
    return ProjectExplorer::DebuggingHelperLibrary::locationsByInstallData(qtInstallData);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
Utils::Environment CMakeRunConfiguration::baseEnvironment() const
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user