Fixes: Compile with msvc

This commit is contained in:
Roberto Raggi
2009-02-05 14:39:53 +01:00
parent c7c0386a34
commit 8321683694
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
DEFINES += HAVE_QT CPLUSPLUS_WITH_NAMESPACE
DEFINES += CPLUSPLUS_WITH_NAMESPACE
INCLUDEPATH += $$PWD/../../../../src/shared/cplusplus
DEPENDPATH += $$INCLUDEPATH .
LIBS += -L$$PWD -lCPlusPlusTestSupport

View File

@@ -3,6 +3,7 @@ TEMPLATE = lib
TARGET = CPlusPlusTestSupport
CONFIG += static
QT = core
DESTDIR = $$PWD
DEFINES += HAVE_QT CPLUSPLUS_WITH_NAMESPACE
DEFINES += CPLUSPLUS_WITH_NAMESPACE
include($$PWD/../../../../src/shared/cplusplus/cplusplus.pri)