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
|
INCLUDEPATH += $$PWD/../../../../src/shared/cplusplus
|
||||||
DEPENDPATH += $$INCLUDEPATH .
|
DEPENDPATH += $$INCLUDEPATH .
|
||||||
LIBS += -L$$PWD -lCPlusPlusTestSupport
|
LIBS += -L$$PWD -lCPlusPlusTestSupport
|
||||||
|
@@ -3,6 +3,7 @@ TEMPLATE = lib
|
|||||||
TARGET = CPlusPlusTestSupport
|
TARGET = CPlusPlusTestSupport
|
||||||
CONFIG += static
|
CONFIG += static
|
||||||
QT = core
|
QT = core
|
||||||
|
DESTDIR = $$PWD
|
||||||
|
|
||||||
DEFINES += HAVE_QT CPLUSPLUS_WITH_NAMESPACE
|
DEFINES += CPLUSPLUS_WITH_NAMESPACE
|
||||||
include($$PWD/../../../../src/shared/cplusplus/cplusplus.pri)
|
include($$PWD/../../../../src/shared/cplusplus/cplusplus.pri)
|
||||||
|
Reference in New Issue
Block a user