Update externals

This commit is contained in:
Roland Winklmeier
2017-01-20 02:12:14 +01:00
committed by Mathew Sutcliffe
parent 281d493434
commit c260af7b11
3 changed files with 8 additions and 7 deletions

View File

@@ -41,8 +41,8 @@ DESTDIR = $$DestRoot/lib
DLLDESTDIR = $$DestRoot/bin
msvc {
CONFIG(debug, debug|release): LIBS *= -lcrashpad_clientd -lcrashpad_utild -lbased -lRpcrt4
CONFIG(release, debug|release): LIBS *= -lcrashpad_client -lcrashpad_util -lbase -lRpcrt4
CONFIG(debug, debug|release): LIBS *= -lcrashpad_clientd -lcrashpad_utild -lbased -lRpcrt4 -lAdvapi32
CONFIG(release, debug|release): LIBS *= -lcrashpad_client -lcrashpad_util -lbase -lRpcrt4 -lAdvapi32
}
macx: LIBS *= -lcrashpad_client -lcrashpad_util -lbase -lbsm -framework Security