forked from qt-creator/qt-creator
Fixes: Compile with msvc
This commit is contained in:
@@ -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
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user