mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add define for pdfkit support on mac to .pro files
This commit is contained in:
@ -76,6 +76,9 @@ macx{
|
||||
#}
|
||||
#QT += macextras
|
||||
|
||||
#TODO:support for pdfium on mac
|
||||
DEFINES += "USE_PDFKIT"
|
||||
|
||||
LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
|
||||
|
||||
OBJECTIVE_SOURCES += $$PWD/../common/pdf_comic.mm
|
||||
|
Reference in New Issue
Block a user