update project config

This commit is contained in:
王劲鹏
2021-05-13 11:31:34 +08:00
committed by osborn
parent 2e28e01309
commit f44a75621f
6 changed files with 6 additions and 23 deletions

View File

@@ -53,20 +53,6 @@ else:unix: {
LIBS += -lv8_monolith
}
macx: LIBS += -L$$OUT_PWD/../doric/ -ldoric
INCLUDEPATH += $$PWD/../doric
DEPENDPATH += $$PWD/../doric
macx: PRE_TARGETDEPS += $$OUT_PWD/../doric/libdoric.a
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../doric/release/ -ldoric
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../doric/debug/ -ldoric
INCLUDEPATH += $$PWD/../doric
DEPENDPATH += $$PWD/../doric
win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../doric/release/libdoric.a
else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../doric/debug/libdoric.a
else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../doric/release/doric.lib
else:win32:!win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../doric/debug/doric.lib
LIBS += -L$$OUT_PWD/../../binary/doric -lDoricCore