summarylogtreecommitdiffstats
path: root/filter_voronoi.patch
blob: 998b15ee4f8cda9c4ce4317c8b6dd99666c45974 (plain)
1
2
3
4
5
6
7
8
9
diff --git a/src/meshlabplugins/filter_voronoi/filter_voronoi.pro b/src/meshlabplugins/filter_voronoi/filter_voronoi.pro
index 423f1573..03b83a33 100644
--- a/src/meshlabplugins/filter_voronoi/filter_voronoi.pro
+++ b/src/meshlabplugins/filter_voronoi/filter_voronoi.pro
@@ -8,3 +8,4 @@ TARGET        = filter_voronoi
 #PRE_TARGETDEPS += filter_voronoi.xml
 
 macx:QMAKE_POST_LINK = "rsync -u "$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml; rsync -u ../../distrib/plugins/"$$TARGET".xml "$$TARGET".xml"
+linux:QMAKE_POST_LINK = "cp "$$_PRO_FILE_PWD_/$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml; cd ../../distrib/plugins/ ; ln -s "$$TARGET".xml lib"$$TARGET".xml"