mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Don't try to set default pdf backend if CONFIG=no_pdf is set
This commit is contained in:
@ -35,14 +35,14 @@ CONFIG(no_opengl) {
|
||||
}
|
||||
|
||||
#default values for pdf render backend
|
||||
win32:!CONFIG(poppler):!CONFIG(pdfium) {
|
||||
win32:!CONFIG(poppler):!CONFIG(pdfium):!CONFIG(no_pdf) {
|
||||
CONFIG += pdfium
|
||||
}
|
||||
|
||||
unix:!macx:!CONFIG(poppler):!CONFIG(pdfium) {
|
||||
unix:!macx:!CONFIG(poppler):!CONFIG(pdfium):!CONFIG(no_pdf) {
|
||||
CONFIG += poppler
|
||||
}
|
||||
|
||||
macx:!CONFIG(pdfkit):!CONFIG(pdfium) {
|
||||
macx:!CONFIG(pdfkit):!CONFIG(pdfium):!CONFIG(no_pdf) {
|
||||
CONFIG += pdfium
|
||||
}
|
||||
|
Reference in New Issue
Block a user