restore old code

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent ee273fbdea
commit 2ae000e92c
  1. 8
      thirdparty/libs.pri

@ -21,15 +21,15 @@ INCLUDEPATH += "$$XPDF_DIR"
INCLUDEPATH += "$$XPDF_DIR/goo" INCLUDEPATH += "$$XPDF_DIR/goo"
INCLUDEPATH += "$$XPDF_DIR/splash" 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" INCLUDEPATH += "$$BREAKPAD_DIR/include" "$$BREAKPAD_DIR/include/google_breakpad"
win32 { win32 {
CONFIG(debug, debug|release) { 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) { 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" LIBS += "-L$$PWD/openssl/0.9.8i/lib/VC/static" "-llibeay32MD"
INCLUDEPATH += "$$PWD/openssl/0.9.8i/include" INCLUDEPATH += "$$PWD/openssl/0.9.8i/include"
@ -64,7 +64,7 @@ macx {
LIBS += "-framework Carbon" LIBS += "-framework Carbon"
LIBS += "-lcrypto" 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" LIBS += "$$PWD/unsanity/ape/APELite.o"
INCLUDEPATH += "$$PWD/unsanity/ape" INCLUDEPATH += "$$PWD/unsanity/ape"
} }

Loading…
Cancel
Save