forked from qt-creator/qt-creator
		
	CppTools: Extract ProjectPartChooser
...and put it under tests. Change-Id: Id4bd2391abd1dfdc23640e871453558566cb0693 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
		@@ -82,6 +82,7 @@ HEADERS += \
 | 
			
		||||
    clangcompileroptionsbuilder.h \
 | 
			
		||||
    cppprojectinterface.h \
 | 
			
		||||
    cppbaseprojectpartbuilder.h \
 | 
			
		||||
    cppprojectpartchooser.h \
 | 
			
		||||
 | 
			
		||||
SOURCES += \
 | 
			
		||||
    abstracteditorsupport.cpp \
 | 
			
		||||
@@ -156,7 +157,8 @@ SOURCES += \
 | 
			
		||||
    compileroptionsbuilder.cpp \
 | 
			
		||||
    cppprojectfilecategorizer.cpp \
 | 
			
		||||
    cppbaseprojectpartbuilder.cpp \
 | 
			
		||||
    clangcompileroptionsbuilder.cpp
 | 
			
		||||
    clangcompileroptionsbuilder.cpp \
 | 
			
		||||
    cppprojectpartchooser.cpp \
 | 
			
		||||
 | 
			
		||||
FORMS += \
 | 
			
		||||
    clangdiagnosticconfigswidget.ui \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user