diff options
Diffstat (limited to 'src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri')
-rw-r--r-- | src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri b/src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri new file mode 100644 index 0000000000..6bd6f7480f --- /dev/null +++ b/src/tools/clangrefactoringbackend/source/clangrefactoringbackend-source.pri @@ -0,0 +1,23 @@ +INCLUDEPATH += $$PWD + +SOURCES += \ + $$PWD/refactoringcompilationdatabase.cpp \ + $$PWD/symbolfinder.cpp \ + $$PWD/symbollocationfinderaction.cpp \ + $$PWD/refactoringserver.cpp \ + $$PWD/sourcefilecallbacks.cpp \ + $$PWD/macropreprocessorcallbacks.cpp \ + $$PWD/findusrforcursoraction.cpp + +HEADERS += \ + $$PWD/refactoringcompilationdatabase.h \ + $$PWD/clangrefactoringbackend_global.h \ + $$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 |