Initial testing of the preprocessor.

This commit is contained in:
Roberto Raggi
2009-03-02 11:30:43 +01:00
parent fd22788d9e
commit f4e875b9bb
5 changed files with 58 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
QT = core testlib
TARGET = tst_$$TARGET
DEFINES += CPLUSPLUS_WITH_NAMESPACE
include(../../../../src/libs/cplusplus/cplusplus-lib.pri)
SOURCES += tst_preprocessor.cpp