2015-06-01 18:51:55 +02:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
2016-06-29 16:49:56 +02:00
|
|
|
HEADERS += $$PWD/clangcodemodelserver.h \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/codecompleter.h \
|
|
|
|
|
$$PWD/clangstring.h \
|
|
|
|
|
$$PWD/translationunitisnullexception.h \
|
|
|
|
|
$$PWD/codecompletefailedexception.h \
|
|
|
|
|
$$PWD/clangcodecompleteresults.h \
|
|
|
|
|
$$PWD/codecompletionsextractor.h \
|
2016-01-28 18:31:05 +01:00
|
|
|
$$PWD/unsavedfile.h \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/unsavedfiles.h \
|
|
|
|
|
$$PWD/projects.h \
|
|
|
|
|
$$PWD/translationunits.h \
|
|
|
|
|
$$PWD/translationunitparseerrorexception.h \
|
2016-04-22 15:31:49 +02:00
|
|
|
$$PWD/translationunitreparseerrorexception.h \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$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 \
|
2015-11-24 11:17:18 +01:00
|
|
|
$$PWD/skippedsourceranges.h \
|
|
|
|
|
$$PWD/clangtranslationunit.h \
|
2016-07-15 12:30:25 +02:00
|
|
|
$$PWD/clangtranslationunitupdater.h \
|
2016-02-29 13:09:39 +01:00
|
|
|
$$PWD/clangtype.h \
|
|
|
|
|
$$PWD/highlightingmark.h \
|
|
|
|
|
$$PWD/highlightingmarks.h \
|
2016-05-09 16:37:41 +02:00
|
|
|
$$PWD/highlightingmarksiterator.h \
|
2016-07-01 15:07:32 +02:00
|
|
|
$$PWD/utf8positionfromlinecolumn.h \
|
2016-05-30 10:25:52 +02:00
|
|
|
$$PWD/clangfilepath.h \
|
2016-06-05 19:59:23 +02:00
|
|
|
$$PWD/clangunsavedfilesshallowarguments.h \
|
|
|
|
|
$$PWD/clangtranslationunitcore.h
|
2015-06-01 18:51:55 +02:00
|
|
|
|
2016-06-29 16:49:56 +02:00
|
|
|
SOURCES += $$PWD/clangcodemodelserver.cpp \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/codecompleter.cpp \
|
|
|
|
|
$$PWD/clangstring.cpp \
|
|
|
|
|
$$PWD/translationunitisnullexception.cpp \
|
|
|
|
|
$$PWD/codecompletefailedexception.cpp \
|
|
|
|
|
$$PWD/clangcodecompleteresults.cpp \
|
|
|
|
|
$$PWD/codecompletionsextractor.cpp \
|
2016-01-28 18:31:05 +01:00
|
|
|
$$PWD/unsavedfile.cpp \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/unsavedfiles.cpp \
|
|
|
|
|
$$PWD/projects.cpp \
|
|
|
|
|
$$PWD/translationunits.cpp \
|
|
|
|
|
$$PWD/translationunitparseerrorexception.cpp \
|
2016-04-22 15:31:49 +02:00
|
|
|
$$PWD/translationunitreparseerrorexception.cpp \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$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 \
|
2015-11-24 11:17:18 +01:00
|
|
|
$$PWD/skippedsourceranges.cpp \
|
|
|
|
|
$$PWD/clangtranslationunit.cpp \
|
2016-07-15 12:30:25 +02:00
|
|
|
$$PWD/clangtranslationunitupdater.cpp \
|
2016-02-29 13:09:39 +01:00
|
|
|
$$PWD/clangtype.cpp \
|
|
|
|
|
$$PWD/highlightingmark.cpp \
|
2016-05-09 16:37:41 +02:00
|
|
|
$$PWD/highlightingmarks.cpp \
|
2016-07-01 15:07:32 +02:00
|
|
|
$$PWD/utf8positionfromlinecolumn.cpp \
|
2016-05-30 10:25:52 +02:00
|
|
|
$$PWD/clangfilepath.cpp \
|
2016-06-05 19:59:23 +02:00
|
|
|
$$PWD/clangunsavedfilesshallowarguments.cpp \
|
|
|
|
|
$$PWD/clangtranslationunitcore.cpp
|