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

Fixes: Compile with msvc

parent c7c0386a
No related branches found
No related tags found
No related merge requests found
DEFINES += HAVE_QT CPLUSPLUS_WITH_NAMESPACE
DEFINES += CPLUSPLUS_WITH_NAMESPACE
INCLUDEPATH += $$PWD/../../../../src/shared/cplusplus
DEPENDPATH += $$INCLUDEPATH .
LIBS += -L$$PWD -lCPlusPlusTestSupport
......@@ -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)
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