Skip to content
Snippets Groups Projects
Commit d21a4f84 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Fixes: Compile.

parent 10a083c1
No related branches found
No related tags found
No related merge requests found
DEFINES += HAVE_QT CPLUSPLUS_WITH_NAMESPACE DEFINES += HAVE_QT CPLUSPLUS_WITH_NAMESPACE
INCLUDEPATH += $$PWD/../../../../shared/cplusplus INCLUDEPATH += $$PWD/../../../../src/shared/cplusplus
DEPENDPATH += $$INCLUDEPATH . DEPENDPATH += $$INCLUDEPATH .
LIBS += -L$$PWD -lCPlusPlusTestSupport LIBS += -L$$PWD -lCPlusPlusTestSupport
...@@ -5,4 +5,4 @@ CONFIG += static ...@@ -5,4 +5,4 @@ CONFIG += static
QT = core QT = core
DEFINES += HAVE_QT CPLUSPLUS_WITH_NAMESPACE DEFINES += HAVE_QT CPLUSPLUS_WITH_NAMESPACE
include($$PWD/../../../../shared/cplusplus/cplusplus.pri) include($$PWD/../../../../src/shared/cplusplus/cplusplus.pri)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment