2015-06-01 18:51:55 +02:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
|
|
HEADERS += $$PWD/clangipcserver.h \
|
|
|
|
|
$$PWD/codecompleter.h \
|
|
|
|
|
$$PWD/clangstring.h \
|
|
|
|
|
$$PWD/translationunit.h \
|
|
|
|
|
$$PWD/translationunitisnullexception.h \
|
|
|
|
|
$$PWD/codecompletefailedexception.h \
|
|
|
|
|
$$PWD/clangcodecompleteresults.h \
|
|
|
|
|
$$PWD/codecompletionsextractor.h \
|
|
|
|
|
$$PWD/unsavedfiles.h \
|
|
|
|
|
$$PWD/projects.h \
|
|
|
|
|
$$PWD/translationunits.h \
|
|
|
|
|
$$PWD/translationunitparseerrorexception.h \
|
|
|
|
|
$$PWD/projectpart.h \
|
|
|
|
|
$$PWD/translationunitfilenotexitexception.h \
|
|
|
|
|
$$PWD/translationunitdoesnotexistexception.h \
|
|
|
|
|
$$PWD/projectpartsdonotexistexception.h \
|
2015-08-31 16:28:26 +02:00
|
|
|
$$PWD/codecompletionchunkconverter.h \
|
|
|
|
|
$$PWD/diagnosticset.h \
|
|
|
|
|
$$PWD/diagnostic.h \
|
|
|
|
|
$$PWD/sourcelocation.h \
|
|
|
|
|
$$PWD/sourcerange.h \
|
|
|
|
|
$$PWD/fixit.h \
|
|
|
|
|
$$PWD/diagnosticsetiterator.h
|
2015-06-01 18:51:55 +02:00
|
|
|
|
|
|
|
|
SOURCES += $$PWD/clangipcserver.cpp \
|
|
|
|
|
$$PWD/codecompleter.cpp \
|
|
|
|
|
$$PWD/clangstring.cpp \
|
|
|
|
|
$$PWD/translationunit.cpp \
|
|
|
|
|
$$PWD/translationunitisnullexception.cpp \
|
|
|
|
|
$$PWD/codecompletefailedexception.cpp \
|
|
|
|
|
$$PWD/clangcodecompleteresults.cpp \
|
|
|
|
|
$$PWD/codecompletionsextractor.cpp \
|
|
|
|
|
$$PWD/unsavedfiles.cpp \
|
|
|
|
|
$$PWD/projects.cpp \
|
|
|
|
|
$$PWD/translationunits.cpp \
|
|
|
|
|
$$PWD/translationunitparseerrorexception.cpp \
|
|
|
|
|
$$PWD/projectpart.cpp \
|
|
|
|
|
$$PWD/translationunitfilenotexitexception.cpp \
|
|
|
|
|
$$PWD/translationunitdoesnotexistexception.cpp \
|
|
|
|
|
$$PWD/projectpartsdonotexistexception.cpp \
|
2015-08-31 16:28:26 +02:00
|
|
|
$$PWD/codecompletionchunkconverter.cpp \
|
|
|
|
|
$$PWD/diagnosticset.cpp \
|
|
|
|
|
$$PWD/diagnostic.cpp \
|
|
|
|
|
$$PWD/sourcelocation.cpp \
|
|
|
|
|
$$PWD/sourcerange.cpp \
|
|
|
|
|
$$PWD/fixit.cpp
|