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"