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 \
|
2017-07-24 14:55:51 +02:00
|
|
|
$$PWD/sourcerangefilter.h \
|
2017-08-02 16:00:55 +02:00
|
|
|
$$PWD/symbolindexer.h \
|
2017-07-24 14:55:51 +02:00
|
|
|
$$PWD/symbolentry.h \
|
2017-08-02 16:00:55 +02:00
|
|
|
$$PWD/sourcelocationentry.h \
|
|
|
|
|
$$PWD/symbolscollectorinterface.h \
|
2017-08-21 12:00:27 +02:00
|
|
|
$$PWD/symbolstorageinterface.h \
|
|
|
|
|
$$PWD/symbolstorage.h \
|
2017-08-17 12:44:52 +02:00
|
|
|
$$PWD/storagesqlitestatementfactory.h \
|
|
|
|
|
$$PWD/symbolindexing.h \
|
|
|
|
|
$$PWD/symbolindexinginterface.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 \
|
2017-08-30 13:28:19 +02:00
|
|
|
$$PWD/collectsymbolsaction.cpp \
|
2017-08-30 14:40:20 +02:00
|
|
|
$$PWD/collectmacrossourcefilecallbacks.cpp \
|
2017-08-30 13:28:19 +02:00
|
|
|
$$PWD/symbolscollector.cpp \
|
2017-09-15 10:46:39 +02:00
|
|
|
$$PWD/clangquerygatherer.cpp \
|
|
|
|
|
$$PWD/symbolstorage.cpp \
|
|
|
|
|
$$PWD/symbolindexing.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 \
|
2017-08-30 13:28:19 +02:00
|
|
|
$$PWD/collectsymbolsconsumer.h \
|
|
|
|
|
$$PWD/collectsymbolsaction.h \
|
|
|
|
|
$$PWD/collectsymbolsastvisitor.h \
|
|
|
|
|
$$PWD/collectmacrossourcefilecallbacks.h \
|
|
|
|
|
$$PWD/symbolscollector.h \
|
2017-06-29 10:37:51 +02:00
|
|
|
$$PWD/clangquerygatherer.h
|
2017-02-02 18:02:53 +01:00
|
|
|
}
|
2017-07-03 11:53:47 +02:00
|
|
|
|
|
|
|
|
SOURCES += \
|
2017-07-24 14:55:51 +02:00
|
|
|
$$PWD/sourcerangefilter.cpp \
|
2017-08-02 16:00:55 +02:00
|
|
|
$$PWD/symbolindexer.cpp \
|
2017-07-24 14:55:51 +02:00
|
|
|
$$PWD/symbolentry.cpp \
|
2017-09-15 10:46:39 +02:00
|
|
|
$$PWD/sourcelocationentry.cpp
|