Files
qt-creator/tests/auto/cplusplus/cplusplus.pro
Nikolai Kosjar 370acaf502 C++: Tests: Add basic tests for CheckSymbols
CheckSymbols is the "data provider" for the semantic highlighter which
does not have any tests yet.

Change-Id: I868aca32d44570457a984b8ce74695c381c58bed
Reviewed-by: Przemyslaw Gorszkowski <pgorszkowski@gmail.com>
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
2013-01-29 09:09:15 +01:00

16 lines
228 B
Prolog

TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
ast \
codeformatter \
findusages \
lookup \
preprocessor \
semantic \
typeprettyprinter \
simplifytypes \
misc \
cxx11 \
checksymbols