Fixed the auto tests.

This commit is contained in:
Roberto Raggi
2009-06-19 11:19:41 +02:00
parent aed9367960
commit e6d0f2ca0c
6 changed files with 18 additions and 15 deletions
-1
View File
@@ -1,5 +1,4 @@
DEFINES += CPLUSPLUS_WITH_NAMESPACE
INCLUDEPATH += $$PWD/../../../../src/shared/cplusplus
DEPENDPATH += $$INCLUDEPATH .
LIBS += -L$$PWD -lCPlusPlusTestSupport
-1
View File
@@ -5,5 +5,4 @@ CONFIG += static
QT = core
DESTDIR = $$PWD
DEFINES += CPLUSPLUS_WITH_NAMESPACE
include($$PWD/../../../../src/shared/cplusplus/cplusplus.pri)