Minor cleanup in qmake files.

This commit is contained in:
Mathew Sutcliffe
2016-11-10 02:32:08 +00:00
committed by Klaus Basan
parent f60f46bcda
commit c43c1458f4
5 changed files with 9 additions and 13 deletions

View File

@@ -41,7 +41,7 @@ LIBS *= -lvatlib
DESTDIR = $$DestRoot/lib
DLLDESTDIR = $$DestRoot/bin
win32-msvc* {
msvc {
CONFIG(debug, debug|release): LIBS *= -lcrashpad_clientd -lcrashpad_utild -lbased -lRpcrt4
CONFIG(release, debug|release): LIBS *= -lcrashpad_client -lcrashpad_util -lbase -lRpcrt4
}