修复一部分链接问题,主要是msvc迁移到mingw有些库不兼容

master
a7458969 2020-05-14 01:11:50 +08:00
parent 19f08e982e
commit 87097558e2
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ win32: LIBS += -llibx264
win32: LIBS += -lOle32
win32: LIBS += -lOleAut32
win32: LIBS += $$PWD/third/libs/chkstk.obj
win32: LIBS += -lbufferoverflowU
win32: LIBS += -lbufferoverflow
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin