Initial work on a test suite for our C++ engine.

This commit is contained in:
Roberto Raggi
2008-12-15 11:35:38 +01:00
parent dcb96227ab
commit fc28553573
5 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
TEMPLATE = lib
TARGET = CPlusPlusTestSupport
CONFIG += static
QT = core
DEFINES += HAVE_QT CPLUSPLUS_WITH_NAMESPACE
include($$PWD/../../../../shared/cplusplus/cplusplus.pri)