summarylogtreecommitdiffstats
path: root/filter_measure.patch
blob: bdc8da34af680782b7035943276fe9babeea8614 (plain)
1
2
3
4
5
6
7
8
9
10
diff --git a/src/meshlabplugins/filter_measure/filter_measure.pro b/src/meshlabplugins/filter_measure/filter_measure.pro
index 3f781354..2dec69f4 100644
--- a/src/meshlabplugins/filter_measure/filter_measure.pro
+++ b/src/meshlabplugins/filter_measure/filter_measure.pro
@@ -6,4 +6,4 @@ TARGET         = filter_measure
 #PRE_TARGETDEPS += filter_measure.xml
 
 macx:QMAKE_POST_LINK = "cp "$$_PRO_FILE_PWD_/$$TARGET".xml ../../distrib/plugins/"$$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"