forked from qt-creator/qt-creator
		
	Compiling every header file again and again is quite time comsuming. There are technics to improve this like preambles(a kind of automated precompiled header) but they don't share their data between translation units. This approach provides an automatically generated precompiled header for every project and subproject to improve the loading time. Change-Id: I34f5bd4db21951175920e2a9bbf6b97b1d705969 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
		
			
				
	
	
		
			5 lines
		
	
	
		
			164 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			164 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include "includecollector_header1.h"
 | |
| #include "includecollector_header2.h"
 | |
| #include "includecollector_external1.h"
 | |
| #include "../data/includecollector_external2.h"
 |