forked from qt-creator/qt-creator
CppTools: CppPreprocessor: Track also unresolved includes
Change-Id: Ia36e7e7142dbc030a428369ed04e76e70e8eef0b Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -97,14 +97,15 @@ FORMS += completionsettingspage.ui \
|
||||
|
||||
equals(TEST, 1) {
|
||||
SOURCES += \
|
||||
cpppreprocessertesthelper.cpp \
|
||||
cppcodegen_test.cpp \
|
||||
cppcompletion_test.cpp \
|
||||
cppmodelmanager_test.cpp \
|
||||
modelmanagertesthelper.cpp \
|
||||
cpppointerdeclarationformatter_test.cpp \
|
||||
cpplocatorfilter_test.cpp \
|
||||
symbolsearcher_test.cpp
|
||||
symbolsearcher_test.cpp \
|
||||
cpppreprocessor_test.cpp \
|
||||
cpppreprocessertesthelper.cpp
|
||||
|
||||
HEADERS += \
|
||||
cpppreprocessertesthelper.h \
|
||||
|
||||
Reference in New Issue
Block a user