forked from qt-creator/qt-creator
		
	simply add CONFIG += depend_includepath to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them were missing anyway, and i wouldn't expect it to ever change. not touching src/shared/ for syncing reasons.
		
			
				
	
	
		
			4 lines
		
	
	
		
			143 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			143 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
INCLUDEPATH += $$IDE_SOURCE_TREE/src/shared/cplusplus
 | 
						|
INCLUDEPATH += $$IDE_SOURCE_TREE/src/libs/cplusplus
 | 
						|
LIBS *= -l$$qtLibraryName(CPlusPlus)
 |