Set pdfium as default backend on Windows

This commit is contained in:
Felix Kauselmann 2017-05-23 00:51:03 +02:00
parent 74fbe4b994
commit bd2dc2cd2c

View File

@ -24,6 +24,7 @@ CONFIG(no_opengl) {
DEFINES += NO_OPENGL
}
#default values for decompression backends
!CONFIG(unarr):!CONFIG(7zip) {
unix {
CONFIG += unarr
@ -33,8 +34,9 @@ CONFIG(no_opengl) {
}
}
#default values for pdf render backend
win32:!CONFIG(poppler):!CONFIG(pdfium) {
CONFIG += poppler
CONFIG += pdfium
}
unix:!macx:!CONFIG(poppler):!CONFIG(pdfium) {