2015-06-01 18:51:55 +02:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
2015-11-30 09:43:50 +01:00
|
|
|
SOURCES += \
|
|
|
|
|
$$PWD/clangactivationsequencecontextprocessor.cpp \
|
|
|
|
|
$$PWD/clangactivationsequenceprocessor.cpp \
|
|
|
|
|
$$PWD/clangcompletionchunkstotextconverter.cpp \
|
|
|
|
|
$$PWD/clangcompletioncontextanalyzer.cpp \
|
|
|
|
|
$$PWD/clangdiagnosticfilter.cpp \
|
|
|
|
|
$$PWD/clangfixitoperation.cpp \
|
2017-12-05 09:42:35 +01:00
|
|
|
$$PWD/clangtokeninfosreporter.cpp
|
2015-06-01 18:51:55 +02:00
|
|
|
|
2015-11-30 09:43:50 +01:00
|
|
|
HEADERS += \
|
|
|
|
|
$$PWD/clangactivationsequencecontextprocessor.h \
|
|
|
|
|
$$PWD/clangactivationsequenceprocessor.h \
|
|
|
|
|
$$PWD/clangcompletionchunkstotextconverter.h \
|
|
|
|
|
$$PWD/clangcompletioncontextanalyzer.h \
|
|
|
|
|
$$PWD/clangdiagnosticfilter.h \
|
|
|
|
|
$$PWD/clangfixitoperation.h \
|
2017-12-05 09:42:35 +01:00
|
|
|
$$PWD/clangtokeninfosreporter.h \
|
2016-01-27 13:37:19 +01:00
|
|
|
$$PWD/clangisdiagnosticrelatedtolocation.h
|