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

@ -26,9 +26,21 @@ CONFIG(no_opengl) {
!CONFIG(unarr):!CONFIG(7zip) {
unix {
CONFIG+=unarr
CONFIG += unarr
}
win32 {
CONFIG+=7zip
CONFIG += 7zip
}
}
win32:!CONFIG(poppler):!CONFIG(pdfium) {
CONFIG += poppler
}
unix:!macx:!CONFIG(poppler):!CONFIG(pdfium) {
CONFIG += poppler
}
macx:!CONFIG(pdfkit):!CONFIG(pdfium) {
CONFIG += pdfkit
}