Merge pull request #88 from YACReader/develop

9.6.1 Release
This commit is contained in:
Luis Ángel San Martín 2019-09-27 18:34:37 +02:00 committed by GitHub
commit 3826c4adab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#include <QStandardPaths>
#define VERSION "9.6.0"
#define VERSION "9.6.1"
#define REMOTE_BROWSE_PERFORMANCE_WORKAROUND "REMOTE_BROWSE_PERFORMANCE_WORKAROUND"

View File

@ -52,5 +52,5 @@ unix:!macx:!CONFIG(poppler):!CONFIG(pdfium):!CONFIG(no_pdf) {
}
macx:!CONFIG(pdfkit):!CONFIG(pdfium):!CONFIG(no_pdf) {
CONFIG += pdfium
CONFIG += pdfkit
}

View File

@ -3,6 +3,7 @@ CONFIG(no_pdf) {
}
CONFIG(pdfium) {
message(Using pdfium.)
DEFINES += "USE_PDFIUM"
SOURCES += ../common/pdf_comic.cpp
win32 {