C++: Move codegen test into the CppTools plugin.

Change-Id: I4c70a9dbd5445188c3d202427da96e1c6ff90b63
Reviewed-by: Bill King <bill.king@nokia.com>
This commit is contained in:
Christian Kamm
2011-11-14 15:08:25 +01:00
committed by Bill King
parent e93d685a9e
commit bc1b724476
5 changed files with 45 additions and 76 deletions

View File

@@ -67,3 +67,8 @@ SOURCES += completionsettingspage.cpp \
FORMS += completionsettingspage.ui \
cppfilesettingspage.ui \
cppcodestylesettingspage.ui
equals(TEST, 1) {
SOURCES += \
cppcodegen_test.cpp
}