Skip to content

Commit 8dafece

Browse files
committed
feat: add precompiled Mac binaries
- adding Pdfium.framework (precompiled by Jens)
1 parent 7d017c5 commit 8dafece

File tree

9 files changed

+31
-0
lines changed

9 files changed

+31
-0
lines changed

config.pri

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}
1723
win32 {
1824
DEFINES += _FX_OS_=_FX_WIN32_DESKTOP_
6 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Versions/Current/Pdfium
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Versions/Current/Resources
6 KB
Binary file not shown.
6 KB
Binary file not shown.
9.43 MB
Binary file not shown.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1

0 commit comments

Comments
 (0)