update project config
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user