forked from qt-creator/qt-creator
		
	CppTools: Introduce HeaderPathFilter
We went the filtering of the header path outside of the compiler options builder so merge the PCHs. Task-number: QTCREATORBUG-21693 Change-Id: Ia1126813a5049e39d7c6e7d60bf449aa17012d02 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
		@@ -101,7 +101,8 @@ HEADERS += \
 | 
			
		||||
    usages.h \
 | 
			
		||||
    cpptools_clangtidychecks.h \
 | 
			
		||||
    cppmodelmanagerinterface.h \
 | 
			
		||||
    cppbuiltinmodelmanagersupport.h
 | 
			
		||||
    cppbuiltinmodelmanagersupport.h \
 | 
			
		||||
    headerpathfilter.h
 | 
			
		||||
 | 
			
		||||
SOURCES += \
 | 
			
		||||
    abstracteditorsupport.cpp \
 | 
			
		||||
@@ -187,7 +188,8 @@ SOURCES += \
 | 
			
		||||
    cppprojectfilecategorizer.cpp \
 | 
			
		||||
    cppprojectpartchooser.cpp \
 | 
			
		||||
    wrappablelineedit.cpp \
 | 
			
		||||
    cppbuiltinmodelmanagersupport.cpp
 | 
			
		||||
    cppbuiltinmodelmanagersupport.cpp \
 | 
			
		||||
    headerpathfilter.cpp
 | 
			
		||||
 | 
			
		||||
FORMS += \
 | 
			
		||||
    clangdiagnosticconfigswidget.ui \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user