mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Adjust defaults in config.pri
This commit is contained in:
20
config.pri
20
config.pri
@ -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
|
||||
}
|
Reference in New Issue
Block a user