mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 10:50:27 -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) {
|
||||
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) {
|
||||
message(Using pdfium.)
|
||||
DEFINES += "USE_PDFIUM"
|
||||
SOURCES += ../common/pdf_comic.cpp
|
||||
win32 {
|
||||
|
Loading…
Reference in New Issue
Block a user