mirror of https://github.com/CGAL/cgal
use Qt/Basic_viewer.h only if qt basic viewer is used
This commit is contained in:
parent
54b009f070
commit
45c0087301
|
|
@ -14,6 +14,8 @@
|
||||||
#ifndef CGAL_QT_BASIC_VIEWER_H
|
#ifndef CGAL_QT_BASIC_VIEWER_H
|
||||||
#define CGAL_QT_BASIC_VIEWER_H
|
#define CGAL_QT_BASIC_VIEWER_H
|
||||||
|
|
||||||
|
#if defined(CGAL_USE_BASIC_VIEWER_QT)
|
||||||
|
|
||||||
// TODO #include <CGAL/license/GraphicsView.h>
|
// TODO #include <CGAL/license/GraphicsView.h>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
@ -2031,4 +2033,6 @@ void draw_graphics_scene(const Graphics_scene& graphics_scene,
|
||||||
|
|
||||||
} // End namespace CGAL
|
} // End namespace CGAL
|
||||||
|
|
||||||
|
#endif // CGAL_USE_BASIC_VIEWER_QT
|
||||||
|
|
||||||
#endif // CGAL_QT_BASIC_VIEWER_H
|
#endif // CGAL_QT_BASIC_VIEWER_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue