summaryrefslogtreecommitdiff
path: root/src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri')
-rw-r--r--src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri b/src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri
index 45eb821a18..3cd46a5e25 100644
--- a/src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri
+++ b/src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri
@@ -5,11 +5,12 @@ SOURCES += \
$$PWD/symbolfinder.cpp \
$$PWD/symbollocationfinderaction.cpp \
$$PWD/refactoringserver.cpp \
- $$PWD/sourcefilecallbacks.cpp \
$$PWD/macropreprocessorcallbacks.cpp \
$$PWD/findusrforcursoraction.cpp \
$$PWD/clangquery.cpp \
- $$PWD/clangtool.cpp
+ $$PWD/clangtool.cpp \
+ $$PWD/sourcerangeextractor.cpp \
+ $$PWD/locationsourcefilecallbacks.cpp
HEADERS += \
$$PWD/refactoringcompilationdatabase.h \
@@ -17,11 +18,12 @@ HEADERS += \
$$PWD/symbolfinder.h \
$$PWD/symbollocationfinderaction.h \
$$PWD/refactoringserver.h \
- $$PWD/sourcefilecallbacks.h \
$$PWD/macropreprocessorcallbacks.h \
$$PWD/sourcelocationsutils.h \
$$PWD/findcursorusr.h \
$$PWD/findusrforcursoraction.h \
$$PWD/findlocationsofusrs.h \
$$PWD/clangquery.h \
- $$PWD/clangtool.h
+ $$PWD/clangtool.h \
+ $$PWD/sourcerangeextractor.h \
+ $$PWD/locationsourcefilecallbacks.h