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