mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
Corrected the xml copy mechanism for two other filters
This commit is contained in:
parent
3ae4e3cc17
commit
6089f0538a
@ -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"
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user