2016-08-04 15:26:53 +02:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
2017-02-02 18:02:53 +01:00
|
|
|
HEADERS += \
|
2017-07-03 11:53:47 +02:00
|
|
|
$$PWD/clangrefactoringbackend_global.h \
|
|
|
|
|
$$PWD/sourcerangefilter.h
|
2017-02-02 18:02:53 +01:00
|
|
|
|
|
|
|
|
!isEmpty(LIBTOOLING_LIBS) {
|
2016-08-04 15:26:53 +02:00
|
|
|
SOURCES += \
|
|
|
|
|
$$PWD/refactoringcompilationdatabase.cpp \
|
|
|
|
|
$$PWD/symbolfinder.cpp \
|
|
|
|
|
$$PWD/symbollocationfinderaction.cpp \
|
|
|
|
|
$$PWD/refactoringserver.cpp \
|
|
|
|
|
$$PWD/macropreprocessorcallbacks.cpp \
|
2016-11-15 15:38:12 +01:00
|
|
|
$$PWD/findusrforcursoraction.cpp \
|
|
|
|
|
$$PWD/clangquery.cpp \
|
2016-11-23 13:13:38 +01:00
|
|
|
$$PWD/clangtool.cpp \
|
|
|
|
|
$$PWD/sourcerangeextractor.cpp \
|
2017-06-29 10:37:51 +02:00
|
|
|
$$PWD/locationsourcefilecallbacks.cpp \
|
|
|
|
|
$$PWD/clangquerygatherer.cpp
|
2016-08-04 15:26:53 +02:00
|
|
|
|
|
|
|
|
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 \
|
2016-11-15 15:38:12 +01:00
|
|
|
$$PWD/findlocationsofusrs.h \
|
|
|
|
|
$$PWD/clangquery.h \
|
2016-11-23 13:13:38 +01:00
|
|
|
$$PWD/clangtool.h \
|
|
|
|
|
$$PWD/sourcerangeextractor.h \
|
2017-06-29 10:37:51 +02:00
|
|
|
$$PWD/locationsourcefilecallbacks.h \
|
|
|
|
|
$$PWD/clangquerygatherer.h
|
2017-02-02 18:02:53 +01:00
|
|
|
}
|
2017-07-03 11:53:47 +02:00
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
$$PWD/sourcerangefilter.cpp
|