Utility pdftops need for saving a layout image to PS and EPS formates.
Better keep this utility in repository for avoiding mistakes. --HG-- branch : release
This commit is contained in:
parent
b3aa122bf8
commit
ff1b060ebc
BIN
dist/macx/bin64/pdftops
vendored
Executable file
BIN
dist/macx/bin64/pdftops
vendored
Executable file
Binary file not shown.
|
@ -341,6 +341,9 @@ unix{
|
||||||
libraries.files += $${OUT_PWD}/../libs/qmuparser/$${DESTDIR}/libqmuparser.2.dylib
|
libraries.files += $${OUT_PWD}/../libs/qmuparser/$${DESTDIR}/libqmuparser.2.dylib
|
||||||
libraries.files += $${OUT_PWD}/../libs/vpropertyexplorer/$${DESTDIR}/libvpropertyexplorer.1.dylib
|
libraries.files += $${OUT_PWD}/../libs/vpropertyexplorer/$${DESTDIR}/libvpropertyexplorer.1.dylib
|
||||||
|
|
||||||
|
# Utility pdftops need for saving a layout image to PS and EPS formates.
|
||||||
|
xpdf.path = $$PREFIX/
|
||||||
|
xpdf.files += $${PWD}../../dist/macx/bin64/pdftops
|
||||||
|
|
||||||
# logo on macx.
|
# logo on macx.
|
||||||
ICON = ../../dist/Valentina.icns
|
ICON = ../../dist/Valentina.icns
|
||||||
|
@ -351,7 +354,8 @@ unix{
|
||||||
|
|
||||||
QMAKE_BUNDLE_DATA += \
|
QMAKE_BUNDLE_DATA += \
|
||||||
standard \
|
standard \
|
||||||
libraries
|
libraries \
|
||||||
|
xpdf
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user