File tree Expand file tree Collapse file tree 9 files changed +31
-0
lines changed
macosxprecompiled/Pdfium.framework Expand file tree Collapse file tree 9 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ macx {
1313 DEFINES += _FX_OS_ =_FX_MACOSX_
1414 DEFINES += _FXM_PLATFORM_ =_FXM_PLATFORM_APPLE_
1515 QMAKE_CXXFLAGS += -Wno-unused-parameter
16+ CONFIG -= pdfiumsources
17+ pdfium_framework.files = $$PWD /macosxprecompiled/Pdfium.framework
18+ pdfium_framework.path = Contents/Frameworks
19+ QMAKE_BUNDLE_DATA += pdfium_framework
20+ LIBS += -F $$PWD /macosxprecompiled -framework Pdfium
21+ INCLUDEPATH += $$PWD /pdfium/public
1622}
1723win32 {
1824 DEFINES += _FX_OS_ =_FX_WIN32_DESKTOP_
Original file line number Diff line number Diff line change 1+ Versions/Current/Pdfium
Original file line number Diff line number Diff line change 1+ Versions/Current/Resources
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >CFBundlePackageType </key >
6+ <string >FMWK </string >
7+ <key >CFBundleShortVersionString </key >
8+ <string >1.0 </string >
9+ <key >CFBundleVersion </key >
10+ <string >1.0.0 </string >
11+ <key >CFBundleGetInfoString </key >
12+ <string >Created by Qt/QMake </string >
13+ <key >CFBundleSignature </key >
14+ <string >???? </string >
15+ <key >CFBundleExecutable </key >
16+ <string >Pdfium </string >
17+ <key >CFBundleIdentifier </key >
18+ <string >com.yourcompany.Pdfium </string >
19+ <key >NOTE </key >
20+ <string >Please, do NOT change this file -- It was generated by Qt/QMake. </string >
21+ </dict >
22+ </plist >
Original file line number Diff line number Diff line change 1+ 1
You can’t perform that action at this time.
0 commit comments