Use pdfkit by default in macos

pdfium seems to be broken, I couldn't investigate where the problem is yet
This commit is contained in:
Luis Ángel San Martín 2019-09-27 18:32:34 +02:00
parent c9dd62de47
commit ba690dcd4e
2 changed files with 2 additions and 1 deletions

View File

@ -52,5 +52,5 @@ unix:!macx:!CONFIG(poppler):!CONFIG(pdfium):!CONFIG(no_pdf) {
}
macx:!CONFIG(pdfkit):!CONFIG(pdfium):!CONFIG(no_pdf) {
CONFIG += pdfium
CONFIG += pdfkit
}

View File

@ -3,6 +3,7 @@ CONFIG(no_pdf) {
}
CONFIG(pdfium) {
message(Using pdfium.)
DEFINES += "USE_PDFIUM"
SOURCES += ../common/pdf_comic.cpp
win32 {