From 172082298dbeedf2df8a324a7a738a992c3a08d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8A=B2=E9=B9=8F?= Date: Wed, 19 May 2021 21:56:21 +0800 Subject: [PATCH] fix link --- doric-Qt/example/doric/doric.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doric-Qt/example/doric/doric.pro b/doric-Qt/example/doric/doric.pro index 6cce8aae..db164ef7 100644 --- a/doric-Qt/example/doric/doric.pro +++ b/doric-Qt/example/doric/doric.pro @@ -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: {