mirror of https://github.com/CGAL/cgal
Laurent Rineau 2002/01/31:
~~~~~~~~~~~~~~~~~~~~~~~~~ New macro CGAL_MOC_FROM, will be used by create_makefile.
This commit is contained in:
parent
2b5e2324ca
commit
2bc72f8d16
|
|
@ -33,6 +33,10 @@
|
|||
#include <list>
|
||||
#include <map>
|
||||
|
||||
/* Define an empty macro with parameter
|
||||
Used by create_makefile */
|
||||
#define CGAL_MOC_FROM(filename)
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
class Qt_widget_tool;
|
||||
|
|
|
|||
|
|
@ -451,6 +451,7 @@ void Qt_widget::redraw()
|
|||
|
||||
} // namespace CGAL
|
||||
|
||||
CGAL_MOC_FROM("../../include/CGAL/IO/Qt_widget.h")
|
||||
#include "Qt_widget.moc"
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue