forked from qt-creator/qt-creator
CppTools: Move ProjectPart in its own header file
Also extracting inline HeaderPath class and change projects list in vector because the size is larger than a pointer. Change-Id: I885fdff3fe9bccc877634d1615249755f5b674fd Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -69,7 +69,9 @@ HEADERS += \
|
||||
senddocumenttracker.h \
|
||||
cpptoolsbridge.h \
|
||||
cpptoolsbridgeinterface.h \
|
||||
cpptoolsbridgeqtcreatorimplementation.h
|
||||
cpptoolsbridgeqtcreatorimplementation.h \
|
||||
projectpart.h \
|
||||
projectpartheaderpath.h
|
||||
|
||||
SOURCES += \
|
||||
abstracteditorsupport.cpp \
|
||||
@@ -135,7 +137,8 @@ SOURCES += \
|
||||
typehierarchybuilder.cpp \
|
||||
senddocumenttracker.cpp \
|
||||
cpptoolsbridge.cpp \
|
||||
cpptoolsbridgeqtcreatorimplementation.cpp
|
||||
cpptoolsbridgeqtcreatorimplementation.cpp \
|
||||
projectpart.cpp
|
||||
|
||||
FORMS += \
|
||||
completionsettingspage.ui \
|
||||
|
||||
Reference in New Issue
Block a user