forked from qt-creator/qt-creator
CppTools: Tests: Move test includes utils into helper class
Change-Id: Ia679f3d2ae5fce0978a4e320fa18b28f1a7bed71 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -97,6 +97,7 @@ FORMS += completionsettingspage.ui \
|
||||
|
||||
equals(TEST, 1) {
|
||||
SOURCES += \
|
||||
cpppreprocessertesthelper.cpp \
|
||||
cppcodegen_test.cpp \
|
||||
cppcompletion_test.cpp \
|
||||
cppmodelmanager_test.cpp \
|
||||
@@ -104,6 +105,7 @@ equals(TEST, 1) {
|
||||
cpppointerdeclarationformatter_test.cpp
|
||||
|
||||
HEADERS += \
|
||||
cpppreprocessertesthelper.h \
|
||||
modelmanagertesthelper.h
|
||||
|
||||
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||
|
||||
Reference in New Issue
Block a user