Updated libraries

preferencesAboutTextFull
Claudio Valerio 14 years ago
parent b9e848f91e
commit b05674cacf
  1. 4
      thirdparty/freetype/freetype.pro
  2. 12
      thirdparty/libs.pri
  3. 4
      thirdparty/xpdf/xpdf.pro

@ -15,8 +15,8 @@ win32 {
SUB_LIB = "win32" SUB_LIB = "win32"
} }
DESTDIR = "$$FREETYPE_DIR_WITH_VERSION/lib/$$SUB_LIB" DESTDIR = "lib/$$SUB_LIB"
OBJECTS_DIR = "$$FREETYPE_DIR_WITH_VERSION/objs" OBJECTS_DIR = "objects"
macx { macx {
DEFINES += "FT_MACINTOSH" DEFINES += "FT_MACINTOSH"

@ -12,24 +12,24 @@ win32 {
} }
FREETYPE_DIR = "$$PWD/freetype/freetype-2.4.4" FREETYPE_DIR = "$$PWD/freetype/freetype-2.4.4"
LIBS += "-L$$FREETYPE_DIR/lib/$$SUB_LIB" "-lfreetype" LIBS += "-L"$$PWD/freetype/lib/$$SUB_LIB" "-lfreetype"
# no INCLUDEPATH, freetype is not used directly # no INCLUDEPATH, freetype is not used directly
XPDF_DIR = "$$PWD/xpdf/xpdf-3.02" XPDF_DIR = "$$PWD/xpdf/xpdf-3.02"
LIBS += "-L$$XPDF_DIR/lib/$$SUB_LIB" "-lxpdf" LIBS += "-L$$PWD/xpdf/lib/$$SUB_LIB" "-lxpdf"
INCLUDEPATH += "$$XPDF_DIR" INCLUDEPATH += "$$XPDF_DIR"
INCLUDEPATH += "$$XPDF_DIR/goo" INCLUDEPATH += "$$XPDF_DIR/goo"
INCLUDEPATH += "$$XPDF_DIR/splash" INCLUDEPATH += "$$XPDF_DIR/splash"
BREAKPAD_DIR = "$$PWD/google-breakpad/r318" BREAKPAD_DIR = "$$PWD/google-breakpad/google-breakpad-r768"
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$$BREAKPAD_DIR/lib/$$SUB_LIB" "-ldbreakpad" LIBS += "-L$$PWD/google-breakpad/lib/$$SUB_LIB" "-ldbreakpad"
} }
CONFIG(release, debug|release) { CONFIG(release, debug|release) {
LIBS += "-L$$BREAKPAD_DIR/lib/$$SUB_LIB" "-lbreakpad" LIBS += "-L$$PWD/google-breakpad/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$$BREAKPAD_DIR/lib/$$SUB_LIB" "-lbreakpad" LIBS += "-L$$PWD/google-breakpad/lib/$$SUB_LIB" "-lbreakpad"
LIBS += "$$PWD/unsanity/ape/APELite.o" LIBS += "$$PWD/unsanity/ape/APELite.o"
INCLUDEPATH += "$$PWD/unsanity/ape" INCLUDEPATH += "$$PWD/unsanity/ape"
} }

@ -15,7 +15,7 @@ win32 {
SUB_LIB = "win32" SUB_LIB = "win32"
} }
DESTDIR = "$$XPDF_DIR/lib/$$SUB_LIB" DESTDIR = "lib/$$SUB_LIB"
OBJECTS_DIR = "objects" OBJECTS_DIR = "objects"
@ -27,7 +27,7 @@ macx {
# Free type includes and lib # Free type includes and lib
FREETYPE_DIR = "../freetype/freetype-2.4.4" FREETYPE_DIR = "../freetype/freetype-2.4.4"
INCLUDEPATH += "$$FREETYPE_DIR/include" "$$FREETYPE_DIR/include/freetype2" INCLUDEPATH += "$$FREETYPE_DIR/include" "$$FREETYPE_DIR/include/freetype2"
LIBS += "-L$$FREETYPE_DIR/lib" "-lfreetype" LIBS += "-Lfreetype/lib" "-lfreetype"
INCLUDEPATH += $$XPDF_DIR $$XPDF_DIR "$$XPDF_DIR/fofi" "$$XPDF_DIR/goo" "$$XPDF_DIR/splash" "$$XPDF_DIR/include" xpdf-3.02Extra INCLUDEPATH += $$XPDF_DIR $$XPDF_DIR "$$XPDF_DIR/fofi" "$$XPDF_DIR/goo" "$$XPDF_DIR/splash" "$$XPDF_DIR/include" xpdf-3.02Extra

Loading…
Cancel
Save