Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
817f12fddd7a96333b695ec981d30e1bf6abc810
qt-creator/src/plugins/cpptools/cpptoolsunittestfiles.pri

10 lines
188 B
Plaintext
Raw Normal View History

CppTools: Enable not exporting symbols Having a dllexport in the sources for a TEMPLATE=app project (e.g. unittest.pro) will create a library on Windows, which is not needed. Change-Id: I0d454cdb7e3eb862200766ea101d41cef2758986 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
2015-11-25 11:07:35 +01:00
contains(CONFIG, dll) {
DEFINES += CPPTOOLS_LIBRARY
} else {
DEFINES += CPPTOOLS_STATIC_LIBRARY
}
Clang: Add revision and completion management 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>
2015-09-28 17:42:43 +02:00
HEADERS += $$PWD/senddocumenttracker.h
SOURCES += $$PWD/senddocumenttracker.cpp
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 57ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API