forked from qt-creator/qt-creator
Because we can visit headers many times, we get results many times too. Change-Id: I3bbe7d7a5d01c2580a4569bfe115f14a69edc8a7 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/clangrefactoringbackend_global.h \
|
|
$$PWD/sourcerangefilter.h
|
|
|
|
!isEmpty(LIBTOOLING_LIBS) {
|
|
SOURCES += \
|
|
$$PWD/refactoringcompilationdatabase.cpp \
|
|
$$PWD/symbolfinder.cpp \
|
|
$$PWD/symbollocationfinderaction.cpp \
|
|
$$PWD/refactoringserver.cpp \
|
|
$$PWD/macropreprocessorcallbacks.cpp \
|
|
$$PWD/findusrforcursoraction.cpp \
|
|
$$PWD/clangquery.cpp \
|
|
$$PWD/clangtool.cpp \
|
|
$$PWD/sourcerangeextractor.cpp \
|
|
$$PWD/locationsourcefilecallbacks.cpp \
|
|
$$PWD/clangquerygatherer.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/refactoringcompilationdatabase.h \
|
|
$$PWD/symbolfinder.h \
|
|
$$PWD/symbollocationfinderaction.h \
|
|
$$PWD/refactoringserver.h \
|
|
$$PWD/macropreprocessorcallbacks.h \
|
|
$$PWD/sourcelocationsutils.h \
|
|
$$PWD/findcursorusr.h \
|
|
$$PWD/findusrforcursoraction.h \
|
|
$$PWD/findlocationsofusrs.h \
|
|
$$PWD/clangquery.h \
|
|
$$PWD/clangtool.h \
|
|
$$PWD/sourcerangeextractor.h \
|
|
$$PWD/locationsourcefilecallbacks.h \
|
|
$$PWD/clangquerygatherer.h
|
|
}
|
|
|
|
SOURCES += \
|
|
$$PWD/sourcerangefilter.cpp
|