2015-06-01 18:51:55 +02:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
2015-07-08 14:07:13 +02:00
|
|
|
SOURCES += $$PWD/completionchunkstotextconverter.cpp \
|
2015-07-23 13:01:02 +02:00
|
|
|
$$PWD/activationsequenceprocessor.cpp \
|
|
|
|
|
$$PWD/activationsequencecontextprocessor.cpp \
|
2015-09-04 12:15:17 +02:00
|
|
|
$$PWD/clangcompletioncontextanalyzer.cpp \
|
2015-08-24 18:26:09 +02:00
|
|
|
$$PWD/clangdiagnosticfilter.cpp \
|
2015-11-18 17:07:44 +01:00
|
|
|
$$PWD/clangfixitoperation.cpp \
|
|
|
|
|
$$PWD/highlightingmarksreporter.cpp
|
2015-06-01 18:51:55 +02:00
|
|
|
|
2015-07-08 14:07:13 +02:00
|
|
|
HEADERS += $$PWD/completionchunkstotextconverter.h \
|
2015-07-23 13:01:02 +02:00
|
|
|
$$PWD/activationsequenceprocessor.h \
|
|
|
|
|
$$PWD/activationsequencecontextprocessor.h \
|
2015-09-04 12:15:17 +02:00
|
|
|
$$PWD/clangcompletioncontextanalyzer.h \
|
2015-08-24 18:26:09 +02:00
|
|
|
$$PWD/clangdiagnosticfilter.h \
|
2015-11-18 17:07:44 +01:00
|
|
|
$$PWD/clangfixitoperation.h \
|
|
|
|
|
$$PWD/highlightingmarksreporter.h
|