summarylogtreecommitdiffstats
path: root/filter_measure.patch
diff options
context:
space:
mode:
authorbartus2020-05-28 16:06:12 +0200
committerbartus2020-05-30 09:18:26 +0200
commitdcbdc95c5e81a60cd98712ece43efc12d0dffe65 (patch)
tree1844b023dbd36f907f16bbdd42379c527cae71b0 /filter_measure.patch
parent31e8ecc3797cf78a1c8da32616d574de3138996e (diff)
downloadaur-dcbdc95c5e81a60cd98712ece43efc12d0dffe65.tar.gz
Switch to cmake build system.
Diffstat (limited to 'filter_measure.patch')
-rw-r--r--filter_measure.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/filter_measure.patch b/filter_measure.patch
deleted file mode 100644
index 9d82fd44098d..000000000000
--- a/filter_measure.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-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 -sf "$$TARGET".xml lib"$$TARGET".xml"