forked from qt-creator/qt-creator
		
	Rename namespace Qt4ProjectManager to QmakeProjectManager
First step towards plugin renaming. Change-Id: I8ac017660a7aa2bda0d7bb7d72ab0cfceaf6cfd2 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
		@@ -319,7 +319,7 @@ void IosConfigurations::updateAutomaticKitList()
 | 
			
		||||
                Debugger::DebuggerKitInformation::setDebugger(newKit, debugger);
 | 
			
		||||
 | 
			
		||||
                SysRootKitInformation::setSysRoot(newKit, p.sdkPath);
 | 
			
		||||
                //Qt4ProjectManager::QmakeKitInformation::setMkspec(newKit,
 | 
			
		||||
                // QmakeProjectManager::QmakeKitInformation::setMkspec(newKit,
 | 
			
		||||
                //    Utils::FileName::fromString(QLatin1String("macx-ios-clang")));
 | 
			
		||||
                KitManager::registerKit(newKit);
 | 
			
		||||
                existingKits << newKit;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user