This commit is contained in:
王劲鹏 2021-05-19 21:56:21 +08:00 committed by osborn
parent b788d211f6
commit 172082298d

View File

@ -177,7 +177,7 @@ win32:CONFIG(debug, debug|release): {
INCLUDEPATH += $$PWD/../../v8/v8/win32/include
LIBS += -L$$PWD/../../v8/v8/win32/debug/
LIBS += -L$$PWD/../../v8/v8/win32/debug/ia32/
LIBS += -lv8_monolith
}
else:win32:CONFIG(release, debug|release): {
@ -190,7 +190,7 @@ else:win32:CONFIG(release, debug|release): {
INCLUDEPATH += $$PWD/../../v8/v8/win32/include
LIBS += -L$$PWD/../../v8/v8/win32/release/
LIBS += -L$$PWD/../../v8/v8/win32/release/ia32/
LIBS += -lv8_monolith
}
else:unix: {