dll pack & replace mt

This commit is contained in:
王劲鹏
2021-05-18 16:15:28 +08:00
committed by osborn
parent e82e598921
commit ada65c836f
44 changed files with 137 additions and 60 deletions

View File

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