forked from qt-creator/qt-creator
Clang: Add symbols collector
Change-Id: I64c25eef8eaa6cc6c3ff09d41866972b6c7248d0 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -2,7 +2,14 @@ INCLUDEPATH += $$PWD
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/clangrefactoringbackend_global.h \
|
||||
$$PWD/sourcerangefilter.h
|
||||
$$PWD/sourcerangefilter.h \
|
||||
$$PWD/symbolscollector.h \
|
||||
$$PWD/symbolentry.h \
|
||||
$$PWD/collectsymbolsconsumer.h \
|
||||
$$PWD/collectsymbolsaction.h \
|
||||
$$PWD/collectmacrossourcefilecallbacks.h \
|
||||
$$PWD/collectsymbolsastvisitor.h \
|
||||
$$PWD/sourcelocationentry.h
|
||||
|
||||
!isEmpty(LIBTOOLING_LIBS) {
|
||||
SOURCES += \
|
||||
@@ -36,4 +43,9 @@ HEADERS += \
|
||||
}
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/sourcerangefilter.cpp
|
||||
$$PWD/sourcerangefilter.cpp \
|
||||
$$PWD/symbolscollector.cpp \
|
||||
$$PWD/collectsymbolsaction.cpp \
|
||||
$$PWD/collectmacrossourcefilecallbacks.cpp \
|
||||
$$PWD/symbolentry.cpp \
|
||||
$$PWD/sourcelocationentry.cpp
|
||||
|
||||
Reference in New Issue
Block a user