Adjust defaults in config.pri

This commit is contained in:
Felix Kauselmann
2017-04-15 18:41:49 +02:00
parent c537583365
commit ad67568903

View File

@ -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
}