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:
Roman Telezhynskyi 2015-04-27 16:48:10 +03:00
parent b3aa122bf8
commit ff1b060ebc
2 changed files with 5 additions and 1 deletions

BIN
dist/macx/bin64/pdftops vendored Executable file

Binary file not shown.

View file

@ -341,6 +341,9 @@ unix{
libraries.files += $${OUT_PWD}/../libs/qmuparser/$${DESTDIR}/libqmuparser.2.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.
ICON = ../../dist/Valentina.icns
@ -351,7 +354,8 @@ unix{
QMAKE_BUNDLE_DATA += \
standard \
libraries
libraries \
xpdf
}
}