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 \
|
2017-10-26 13:23:27 +02:00
|
|
|
$$PWD/symbolindexinginterface.h \
|
2018-01-22 14:21:01 +01:00
|
|
|
$$PWD/collectmacrospreprocessorcallbacks.h \
|
|
|
|
|
$$PWD/projectpartentry.h \
|
2018-01-25 15:20:47 +01:00
|
|
|
$$PWD/symbolsvisitorbase.h \
|
2018-01-29 15:47:53 +01:00
|
|
|
$$PWD/usedmacro.h \
|
2018-02-01 18:29:45 +01:00
|
|
|
$$PWD/sourcedependency.h \
|
2018-02-06 11:16:29 +01:00
|
|
|
$$PWD/filestatus.h \
|
2018-02-07 16:18:16 +01:00
|
|
|
$$PWD/projectpartartefactexception.h \
|
2018-02-08 17:49:02 +01:00
|
|
|
$$PWD/projectpartartefact.h \
|
2018-03-22 13:57:03 +01:00
|
|
|
$$PWD/filestatuscache.h \
|
|
|
|
|
$$PWD/indexdataconsumer.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 \
|
2018-03-28 11:30:50 +02:00
|
|
|
$$PWD/symbolindexing.cpp \
|
|
|
|
|
$$PWD/indexdataconsumer.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/collectsymbolsaction.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 \
|
2018-02-08 17:49:02 +01:00
|
|
|
$$PWD/projectpartartefact.cpp \
|
2018-03-28 11:30:50 +02:00
|
|
|
$$PWD/filestatuscache.cpp
|