mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
Adjust defaults in config.pri
This commit is contained in:
12
config.pri
12
config.pri
@ -32,3 +32,15 @@ CONFIG(no_opengl) {
|
||||
CONFIG += 7zip
|
||||
}
|
||||
}
|
||||
|
||||
win32:!CONFIG(poppler):!CONFIG(pdfium) {
|
||||
CONFIG += poppler
|
||||
}
|
||||
|
||||
unix:!macx:!CONFIG(poppler):!CONFIG(pdfium) {
|
||||
CONFIG += poppler
|
||||
}
|
||||
|
||||
macx:!CONFIG(pdfkit):!CONFIG(pdfium) {
|
||||
CONFIG += pdfkit
|
||||
}
|
Reference in New Issue
Block a user