修复一部分链接问题,主要是msvc迁移到mingw有些库不兼容
parent
19f08e982e
commit
87097558e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue