Corrected the xml copy mechanism for two other filters

This commit is contained in:
Paolo Cignoni 2016-11-08 13:01:35 +01:00
parent 3ae4e3cc17
commit 6089f0538a
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"