change project config

This commit is contained in:
王劲鹏 2021-05-19 18:12:01 +08:00 committed by osborn
parent 2d87857a87
commit 1ed663438e
2 changed files with 2 additions and 4 deletions

View File

@ -37,10 +37,6 @@ else:win32:CONFIG(release, debug|release): {
LIBS += -lAdvapi32
LIBS += -lDbghelp
}
else:unix: {
LIBS += -L$$PWD/../../v8/v8/darwin/release/
LIBS += -lv8_monolith
}
INCLUDEPATH += $$PWD/../doric

View File

@ -1,6 +1,8 @@
QT += quick
CONFIG += c++14
QMAKE_CXXFLAGS += -std=c++14
TARGET = DoricCore
TEMPLATE = lib