2016-08-04 15:26:53 +02:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
$$PWD/refactoringcompilationdatabase.cpp \
|
|
|
|
|
$$PWD/symbolfinder.cpp \
|
|
|
|
|
$$PWD/symbollocationfinderaction.cpp \
|
|
|
|
|
$$PWD/refactoringserver.cpp \
|
|
|
|
|
$$PWD/sourcefilecallbacks.cpp \
|
|
|
|
|
$$PWD/macropreprocessorcallbacks.cpp \
|
2016-11-15 15:38:12 +01:00
|
|
|
$$PWD/findusrforcursoraction.cpp \
|
|
|
|
|
$$PWD/clangquery.cpp \
|
|
|
|
|
$$PWD/clangtool.cpp
|
2016-08-04 15:26:53 +02:00
|
|
|
|
|
|
|
|
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 \
|
2016-11-15 15:38:12 +01:00
|
|
|
$$PWD/findlocationsofusrs.h \
|
|
|
|
|
$$PWD/clangquery.h \
|
|
|
|
|
$$PWD/clangtool.h
|