mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 16:14:38 +00:00
- added support for qt5
This commit is contained in:
parent
64681e282c
commit
7bbad5343f
@ -21,8 +21,6 @@
|
||||
* *
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtGui>
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
@ -614,4 +612,4 @@ bool MlsPlugin::applyFilter(QAction* filter, MeshDocument& md, RichParameterSet&
|
||||
return true;
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN(MlsPlugin)
|
||||
MESHLAB_PLUGIN_NAME_EXPORTER(MlsPlugin)
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
class MlsPlugin : public QObject, public MeshFilterInterface
|
||||
{
|
||||
Q_OBJECT
|
||||
MESHLAB_PLUGIN_IID_EXPORTER(MESH_FILTER_INTERFACE_IID)
|
||||
Q_INTERFACES(MeshFilterInterface)
|
||||
|
||||
public:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user