change submodule

This commit is contained in:
王劲鹏
2021-05-14 17:41:37 +08:00
committed by osborn
parent e788e38c51
commit 8f84f8839f
3 changed files with 7 additions and 7 deletions

View File

@@ -27,14 +27,14 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
win32:CONFIG(debug, debug|release): {
QMAKE_CFLAGS_DEBUG += -MT
QMAKE_CXXFLAGS_DEBUG += -MT
QMAKE_CFLAGS_DEBUG += -MTd
QMAKE_CXXFLAGS_DEBUG += -MTd
LIBS += -lwinmm
LIBS += -lAdvapi32
LIBS += -lDbghelp
LIBS += -L$$PWD/../../v8/v8/win32/release/
LIBS += -L$$PWD/../../v8/v8/win32/debug/
LIBS += -lv8_monolith
}
else:win32:CONFIG(release, debug|release): {

View File

@@ -164,8 +164,8 @@ HEADERS += \
yoga/log.h
win32:CONFIG(debug, debug|release): {
QMAKE_CFLAGS_DEBUG += -MT
QMAKE_CXXFLAGS_DEBUG += -MT
QMAKE_CFLAGS_DEBUG += -MTd
QMAKE_CXXFLAGS_DEBUG += -MTd
LIBS += -lwinmm
LIBS += -lAdvapi32
@@ -173,7 +173,7 @@ win32:CONFIG(debug, debug|release): {
INCLUDEPATH += $$PWD/../../v8/v8/win32/include
LIBS += -L$$PWD/../../v8/v8/win32/release/
LIBS += -L$$PWD/../../v8/v8/win32/debug/
LIBS += -lv8_monolith
}
else:win32:CONFIG(release, debug|release): {