From 2fe176c40d05bf5eca572bb11c247acfa0366f72 Mon Sep 17 00:00:00 2001 From: Valentina Zhuravska Date: Sun, 11 Oct 2015 00:25:46 +0300 Subject: [PATCH] Fixed pdftops error in Windows --HG-- branch : develop --- src/app/valentina/valentina.pro | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/app/valentina/valentina.pro b/src/app/valentina/valentina.pro index 9dd6a5e45..11ed49c3f 100644 --- a/src/app/valentina/valentina.pro +++ b/src/app/valentina/valentina.pro @@ -186,6 +186,10 @@ INSTALL_STANDARD_MEASHUREMENTS += share/resources/tables/standard/GOST_man_ru.vs TRANSLATIONS_PATH = ../../../share/translations +win32 { + INSTALL_PDFTOPS += ../../../dist/win/pdftops.exe +} + # Add to this variable all translation files that you want install with program. # For generation *.qm file first you need create *.ts. # See section TRANSLATIONS in file ../../share/translations/translations.pro. @@ -2016,6 +2020,15 @@ for(DIR, INSTALL_STANDARD_MEASHUREMENTS) { copyToDestdir($$st_path, $$shell_path($${OUT_PWD}/$$DESTDIR/tables/standard)) +win32 { + for(DIR, INSTALL_PDFTOPS) { + #add these absolute paths to a variable which + #ends up as 'mkcommands = path1 path2 path3 ...' + pdftops_path += $${PWD}/$$DIR + } + copyToDestdir($$pdftops_path, $$shell_path($${OUT_PWD}/$$DESTDIR)) +} + # When the GNU linker sees a library, it discards all symbols that it doesn't need. # Dependent library go first.