From 2ae000e92cec353dcda97c3f3a5ed7e658c9f55e Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Tue, 3 May 2011 13:34:02 +0200 Subject: [PATCH] restore old code --- thirdparty/libs.pri | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/thirdparty/libs.pri b/thirdparty/libs.pri index d7b7f244..17518d1f 100644 --- a/thirdparty/libs.pri +++ b/thirdparty/libs.pri @@ -21,15 +21,15 @@ INCLUDEPATH += "$$XPDF_DIR" INCLUDEPATH += "$$XPDF_DIR/goo" INCLUDEPATH += "$$XPDF_DIR/splash" -BREAKPAD_DIR = "$$PWD/google-breakpad/google-breakpad-r768" +BREAKPAD_DIR = "$$PWD/google-breakpad/r318" INCLUDEPATH += "$$BREAKPAD_DIR/include" "$$BREAKPAD_DIR/include/google_breakpad" win32 { CONFIG(debug, debug|release) { - LIBS += "-L$$PWD/google-breakpad/lib/$$SUB_LIB" "-ldbreakpad" + LIBS += "-L$$BREAKPAD_DIR/lib/$$SUB_LIB" "-ldbreakpad" } CONFIG(release, debug|release) { - LIBS += "-L$$PWD/google-breakpad/lib/$$SUB_LIB" "-lbreakpad" + LIBS += "-L$$BREAKPAD_DIR/lib/$$SUB_LIB" "-lbreakpad" } LIBS += "-L$$PWD/openssl/0.9.8i/lib/VC/static" "-llibeay32MD" INCLUDEPATH += "$$PWD/openssl/0.9.8i/include" @@ -64,7 +64,7 @@ macx { LIBS += "-framework Carbon" LIBS += "-lcrypto" - LIBS += "-L$$PWD/google-breakpad/lib/$$SUB_LIB" "-lbreakpad" + LIBS += "-L$$BREAKPAD_DIR/lib/$$SUB_LIB" "-lbreakpad" LIBS += "$$PWD/unsanity/ape/APELite.o" INCLUDEPATH += "$$PWD/unsanity/ape" }