From c6bf42eaff6c1905b299a2722a957c750313597c Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Thu, 29 Dec 2016 15:15:44 +0100 Subject: [PATCH] Removed double entry in the mini pro --- src/meshlab_mini.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/meshlab_mini.pro b/src/meshlab_mini.pro index abe0259f3..64e34bfbd 100644 --- a/src/meshlab_mini.pro +++ b/src/meshlab_mini.pro @@ -13,8 +13,7 @@ CONFIG += ordered SUBDIRS = common \ meshlab \ # the GUI framework meshlabplugins/io_base\ # a few basic file formats (ply, obj, off), without this you cannot open anything - meshlabplugins/io_collada\ - meshlabplugins/filter_meshing \ + meshlabplugins/filter_meshing \ # # Next some other useful, but still easy to be compiled, plugins # Uncomment them if you succeed in compiling the above ones.