From 6089f0538ab7ee9c44b3b77a3b9db503568a6643 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Tue, 8 Nov 2016 13:01:35 +0100 Subject: [PATCH] Corrected the xml copy mechanism for two other filters --- .../filter_screened_poisson/filter_screened_poisson.pro | 4 ++-- .../filter_sketchfab/filter_sketchfab.pro | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/meshlabplugins/filter_screened_poisson/filter_screened_poisson.pro b/src/meshlabplugins/filter_screened_poisson/filter_screened_poisson.pro index e62b77de5..a71d47f88 100644 --- a/src/meshlabplugins/filter_screened_poisson/filter_screened_poisson.pro +++ b/src/meshlabplugins/filter_screened_poisson/filter_screened_poisson.pro @@ -19,6 +19,6 @@ DEFINES += BRUNO_LEVY_FIX DEFINES += FOR_RELEASE -PRE_TARGETDEPS += ./filter_screened_poisson.xml -macx:QMAKE_POST_LINK = "rsync -u "$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml; rsync -u ../../distrib/plugins/"$$TARGET".xml "$$TARGET".xml" +#PRE_TARGETDEPS += ./filter_screened_poisson.xml +macx:QMAKE_POST_LINK = "cp "$$_PRO_FILE_PWD_/$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml" diff --git a/src/plugins_experimental/filter_sketchfab/filter_sketchfab.pro b/src/plugins_experimental/filter_sketchfab/filter_sketchfab.pro index ecccd9873..12761881a 100644 --- a/src/plugins_experimental/filter_sketchfab/filter_sketchfab.pro +++ b/src/plugins_experimental/filter_sketchfab/filter_sketchfab.pro @@ -3,6 +3,6 @@ include (../../shared.pri) HEADERS += filter_sketchfab.h SOURCES += filter_sketchfab.cpp TARGET = filter_sketchfab -PRE_TARGETDEPS += filter_sketchfab.xml -macx:QMAKE_POST_LINK = "cp "$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml" +#PRE_TARGETDEPS += filter_sketchfab.xml +macx:QMAKE_POST_LINK = "cp "$$_PRO_FILE_PWD_/$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml"