2015-06-01 18:51:55 +02:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
|
|
HEADERS += $$PWD/clangipcserver.h \
|
|
|
|
|
$$PWD/codecompleter.h \
|
|
|
|
|
$$PWD/clangstring.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 \
|
2015-08-31 12:40:14 +02:00
|
|
|
$$PWD/diagnosticsetiterator.h \
|
2015-10-13 15:56:41 +02:00
|
|
|
$$PWD/clangfilesystemwatcher.h \
|
2015-11-05 13:57:57 +01:00
|
|
|
$$PWD/translationunitalreadyexistsexception.h \
|
2015-11-17 13:33:31 +01:00
|
|
|
$$PWD/commandlinearguments.h \
|
|
|
|
|
$$PWD/cursor.h \
|
|
|
|
|
$$PWD/highlightinginformations.h \
|
|
|
|
|
$$PWD/highlightinginformation.h \
|
|
|
|
|
$$PWD/highlightinginformationsiterator.h \
|
2015-11-24 11:17:18 +01:00
|
|
|
$$PWD/skippedsourceranges.h \
|
|
|
|
|
$$PWD/clangtranslationunit.h \
|
2016-01-11 15:20:04 +01:00
|
|
|
$$PWD/clangtype.h \
|
|
|
|
|
$$PWD/temporarymodifiedunsavedfiles.h
|
2015-06-01 18:51:55 +02:00
|
|
|
|
|
|
|
|
SOURCES += $$PWD/clangipcserver.cpp \
|
|
|
|
|
$$PWD/codecompleter.cpp \
|
|
|
|
|
$$PWD/clangstring.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 \
|
2015-08-31 12:40:14 +02:00
|
|
|
$$PWD/fixit.cpp \
|
2015-10-13 15:56:41 +02:00
|
|
|
$$PWD/clangfilesystemwatcher.cpp \
|
2015-11-05 13:57:57 +01:00
|
|
|
$$PWD/translationunitalreadyexistsexception.cpp \
|
2015-11-17 13:33:31 +01:00
|
|
|
$$PWD/commandlinearguments.cpp \
|
|
|
|
|
$$PWD/cursor.cpp \
|
|
|
|
|
$$PWD/highlightinginformations.cpp \
|
|
|
|
|
$$PWD/highlightinginformation.cpp \
|
2015-11-24 11:17:18 +01:00
|
|
|
$$PWD/skippedsourceranges.cpp \
|
|
|
|
|
$$PWD/clangtranslationunit.cpp \
|
2016-01-11 15:20:04 +01:00
|
|
|
$$PWD/clangtype.cpp \
|
|
|
|
|
$$PWD/temporarymodifiedunsavedfiles.cpp
|