forked from qt-creator/qt-creator
C++: make highlighting/completion plugable.
Change-Id: I990fdf5411153041c6b4c62f31b453342d59de53 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -40,7 +40,9 @@ HEADERS += completionsettingspage.h \
|
||||
commentssettings.h \
|
||||
symbolfinder.h \
|
||||
cppcompletionsupport.h \
|
||||
cppcompletionsupportinternal.h \
|
||||
cpphighlightingsupport.h \
|
||||
cpphighlightingsupportinternal.h \
|
||||
cppchecksymbols.h \
|
||||
cpplocalsymbols.h \
|
||||
cppsemanticinfo.h
|
||||
@@ -75,7 +77,9 @@ SOURCES += completionsettingspage.cpp \
|
||||
commentssettings.cpp \
|
||||
symbolfinder.cpp \
|
||||
cppcompletionsupport.cpp \
|
||||
cppcompletionsupportinternal.cpp \
|
||||
cpphighlightingsupport.cpp \
|
||||
cpphighlightingsupportinternal.cpp \
|
||||
cppchecksymbols.cpp \
|
||||
cpplocalsymbols.cpp \
|
||||
cppsemanticinfo.cpp
|
||||
|
||||
Reference in New Issue
Block a user