Fixes: Compile.

This commit is contained in:
Roberto Raggi
2009-02-05 10:34:43 +01:00
parent 10a083c12b
commit d21a4f8406
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -5,4 +5,4 @@ CONFIG += static
QT = core
DEFINES += HAVE_QT CPLUSPLUS_WITH_NAMESPACE
include($$PWD/../../../../shared/cplusplus/cplusplus.pri)
include($$PWD/../../../../src/shared/cplusplus/cplusplus.pri)