change submodule
This commit is contained in:
parent
e788e38c51
commit
8f84f8839f
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "doric-Qt/v8"]
|
[submodule "doric-Qt/v8"]
|
||||||
path = doric-Qt/v8
|
path = doric-Qt/v8
|
||||||
url = git@github.com:doric-pub/v8.git
|
url = git@git.yupaopao.com:terminal/desktop/ci-pc/v8.git
|
||||||
|
@ -27,14 +27,14 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|||||||
!isEmpty(target.path): INSTALLS += target
|
!isEmpty(target.path): INSTALLS += target
|
||||||
|
|
||||||
win32:CONFIG(debug, debug|release): {
|
win32:CONFIG(debug, debug|release): {
|
||||||
QMAKE_CFLAGS_DEBUG += -MT
|
QMAKE_CFLAGS_DEBUG += -MTd
|
||||||
QMAKE_CXXFLAGS_DEBUG += -MT
|
QMAKE_CXXFLAGS_DEBUG += -MTd
|
||||||
|
|
||||||
LIBS += -lwinmm
|
LIBS += -lwinmm
|
||||||
LIBS += -lAdvapi32
|
LIBS += -lAdvapi32
|
||||||
LIBS += -lDbghelp
|
LIBS += -lDbghelp
|
||||||
|
|
||||||
LIBS += -L$$PWD/../../v8/v8/win32/release/
|
LIBS += -L$$PWD/../../v8/v8/win32/debug/
|
||||||
LIBS += -lv8_monolith
|
LIBS += -lv8_monolith
|
||||||
}
|
}
|
||||||
else:win32:CONFIG(release, debug|release): {
|
else:win32:CONFIG(release, debug|release): {
|
||||||
|
@ -164,8 +164,8 @@ HEADERS += \
|
|||||||
yoga/log.h
|
yoga/log.h
|
||||||
|
|
||||||
win32:CONFIG(debug, debug|release): {
|
win32:CONFIG(debug, debug|release): {
|
||||||
QMAKE_CFLAGS_DEBUG += -MT
|
QMAKE_CFLAGS_DEBUG += -MTd
|
||||||
QMAKE_CXXFLAGS_DEBUG += -MT
|
QMAKE_CXXFLAGS_DEBUG += -MTd
|
||||||
|
|
||||||
LIBS += -lwinmm
|
LIBS += -lwinmm
|
||||||
LIBS += -lAdvapi32
|
LIBS += -lAdvapi32
|
||||||
@ -173,7 +173,7 @@ win32:CONFIG(debug, debug|release): {
|
|||||||
|
|
||||||
INCLUDEPATH += $$PWD/../../v8/v8/win32/include
|
INCLUDEPATH += $$PWD/../../v8/v8/win32/include
|
||||||
|
|
||||||
LIBS += -L$$PWD/../../v8/v8/win32/release/
|
LIBS += -L$$PWD/../../v8/v8/win32/debug/
|
||||||
LIBS += -lv8_monolith
|
LIBS += -lv8_monolith
|
||||||
}
|
}
|
||||||
else:win32:CONFIG(release, debug|release): {
|
else:win32:CONFIG(release, debug|release): {
|
||||||
|
Reference in New Issue
Block a user