Laurent Rineau 2002/01/31:

~~~~~~~~~~~~~~~~~~~~~~~~~
New macro CGAL_MOC_FROM, will be used by create_makefile.
This commit is contained in:
Laurent Rineau 2002-01-31 10:02:55 +00:00
parent 2b5e2324ca
commit 2bc72f8d16
2 changed files with 5 additions and 0 deletions

View File

@ -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;

View File

@ -451,6 +451,7 @@ void Qt_widget::redraw()
} // namespace CGAL
CGAL_MOC_FROM("../../include/CGAL/IO/Qt_widget.h")
#include "Qt_widget.moc"
#endif