Skip to content

Commit

Permalink
Merge pull request #88 from YACReader/develop
Browse files Browse the repository at this point in the history
9.6.1 Release
  • Loading branch information
luisangelsm authored Sep 27, 2019
2 parents 011f3af + d49c889 commit 3826c4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/yacreader_global.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion config.pri
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
1 change: 1 addition & 0 deletions dependencies/pdf_backend.pri
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CONFIG(no_pdf) {
}

CONFIG(pdfium) {
message(Using pdfium.)
DEFINES += "USE_PDFIUM"
SOURCES += ../common/pdf_comic.cpp
win32 {
Expand Down

0 comments on commit 3826c4a

Please sign in to comment.