mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
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:
parent
c9dd62de47
commit
ba690dcd4e
@ -52,5 +52,5 @@ unix:!macx:!CONFIG(poppler):!CONFIG(pdfium):!CONFIG(no_pdf) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
macx:!CONFIG(pdfkit):!CONFIG(pdfium):!CONFIG(no_pdf) {
|
macx:!CONFIG(pdfkit):!CONFIG(pdfium):!CONFIG(no_pdf) {
|
||||||
CONFIG += pdfium
|
CONFIG += pdfkit
|
||||||
}
|
}
|
||||||
|
1
dependencies/pdf_backend.pri
vendored
1
dependencies/pdf_backend.pri
vendored
@ -3,6 +3,7 @@ CONFIG(no_pdf) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
CONFIG(pdfium) {
|
CONFIG(pdfium) {
|
||||||
|
message(Using pdfium.)
|
||||||
DEFINES += "USE_PDFIUM"
|
DEFINES += "USE_PDFIUM"
|
||||||
SOURCES += ../common/pdf_comic.cpp
|
SOURCES += ../common/pdf_comic.cpp
|
||||||
win32 {
|
win32 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user