diff --git a/src/meshlabplugins/meshio/meshio.pro b/src/meshlabplugins/meshio/meshio.pro index fb2ba067d..f52b0c60f 100644 --- a/src/meshlabplugins/meshio/meshio.pro +++ b/src/meshlabplugins/meshio/meshio.pro @@ -1,9 +1,8 @@ TEMPLATE = lib CONFIG += plugin INCLUDEPATH += ../.. ../../../../sf ../../../../code/lib/glew/include ../../../../code/lib/lib3ds-1.2.0 -HEADERS = meshio.h savemaskexporter.h changetexturename.h ../../../../sf/wrap/ply/plylib.h -SOURCES = meshio.cpp savemaskexporter.cpp changetexturename.cpp ../../../../sf/wrap/ply/plylib.cpp -FORMS = ui/savemaskexporter.ui ui/renametexture.ui +HEADERS = meshio.h ../../../../sf/wrap/ply/plylib.h +SOURCES = meshio.cpp ../../../../sf/wrap/ply/plylib.cpp TARGET = meshio DESTDIR = ../../meshlab/plugins