Use QT MOC from cmake instead of own implementation

This commit is contained in:
Jan Möbius
2018-12-14 11:14:13 +01:00
parent 3f52d2426a
commit 32379e8772
9 changed files with 192 additions and 201 deletions

View File

@@ -47,8 +47,7 @@
\*===========================================================================*/
#ifndef OPENMESHAPPS_MESHVIEWERWIDGETT_HH
#define OPENMESHAPPS_MESHVIEWERWIDGETT_HH
#pragma once
//== INCLUDES =================================================================
@@ -75,6 +74,7 @@ class QImage;
template <typename M>
class MeshViewerWidgetT : public QGLViewerWidget
{
public:
typedef M Mesh;
@@ -200,6 +200,4 @@ protected:
# include "MeshViewerWidgetT.cc"
#endif
//=============================================================================
#endif // OPENMESHAPPS_MESHVIEWERWIDGETT_HH defined
//=============================================================================