From e4b7af7bde5571daedb399d8e9ab819bcce51d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8A=B2=E9=B9=8F?= Date: Thu, 13 May 2021 14:56:39 +0800 Subject: [PATCH] fix link error --- doric-Qt/example/app/app.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-Qt/example/app/app.pro b/doric-Qt/example/app/app.pro index e86e3bbc..d9493d8a 100644 --- a/doric-Qt/example/app/app.pro +++ b/doric-Qt/example/app/app.pro @@ -57,4 +57,4 @@ INCLUDEPATH += $$PWD/../doric win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../binary/doric/release/ -lDoricCore else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../binary/doric/debug/ -lDoricCore -else:macx: LIBS += -L$$OUT_PWD/../../binary/doric -lDoricCore +else:macx: LIBS += -L$$OUT_PWD/../doric -lDoricCore