forked from qt-creator/qt-creator
		
	Move the ModelManagerInterface out of the CPlusPlus library.
Change-Id: Iffaa18f848a22f6961b49dff048672b194570df6 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
		@@ -53,9 +53,7 @@ HEADERS += \
 | 
			
		||||
    $$PWD/pp-engine.h \
 | 
			
		||||
    $$PWD/pp-macro-expander.h \
 | 
			
		||||
    $$PWD/pp-scanner.h \
 | 
			
		||||
    $$PWD/ModelManagerInterface.h \
 | 
			
		||||
    $$PWD/findcdbbreakpoint.h \
 | 
			
		||||
    $$PWD/TypeHierarchyBuilder.h
 | 
			
		||||
    $$PWD/findcdbbreakpoint.h
 | 
			
		||||
 | 
			
		||||
SOURCES += \
 | 
			
		||||
    $$PWD/SimpleLexer.cpp \
 | 
			
		||||
@@ -82,8 +80,6 @@ SOURCES += \
 | 
			
		||||
    $$PWD/pp-engine.cpp \
 | 
			
		||||
    $$PWD/pp-macro-expander.cpp \
 | 
			
		||||
    $$PWD/pp-scanner.cpp \
 | 
			
		||||
    $$PWD/ModelManagerInterface.cpp \
 | 
			
		||||
    $$PWD/findcdbbreakpoint.cpp \
 | 
			
		||||
    $$PWD/TypeHierarchyBuilder.cpp
 | 
			
		||||
    $$PWD/findcdbbreakpoint.cpp
 | 
			
		||||
 | 
			
		||||
RESOURCES += $$PWD/cplusplus.qrc
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user