forked from qt-creator/qt-creator
Reparsing a document is expensive so we should avoid it by all means. In this patch we prevent that the same document is send again. It isn't send too in advance of a code completion if there was no changes before the the completion position. Change-Id: I0bb786ba1d4e7ce08611a518cb32f8cf8f4d0037 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
14 lines
584 B
Plaintext
14 lines
584 B
Plaintext
include(../../../src/libs/sqlite/sqlite-lib.pri)
|
|
include(../../../src/libs/clangbackendipc/clangbackendipc-lib.pri)
|
|
include(../../../src/tools/clangbackend/ipcsource/clangbackendclangipc-source.pri)
|
|
include(../../../src/plugins/clangcodemodel/clangcodemodelunittestfiles.pri)
|
|
include(../../../src/plugins/cpptools/cpptoolsunittestfiles.pri)
|
|
include(cplusplus.pri)
|
|
|
|
INCLUDEPATH += \
|
|
$$PWD/../../../src/libs \
|
|
$$PWD/../../../src/libs/3rdparty \
|
|
$$PWD/../../../src/plugins
|
|
|
|
DEFINES += QTC_REL_TOOLS_PATH=$$shell_quote(\"$$relative_path($$IDE_LIBEXEC_PATH, $$IDE_BIN_PATH)\")
|