Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Incorrect #include in CGAL-3.6beta1 Polyhedron demo

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Incorrect #include in CGAL-3.6beta1 Polyhedron demo


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Incorrect #include in CGAL-3.6beta1 Polyhedron demo
  • Date: Tue, 2 Mar 2010 17:48:30 +0100
  • Organization: GeometryFactory

On Monday 01 March 2010 19:09:23 Daniel Sieger wrote:
> Hi,
>
> I just tried to compile the Polyhedron demo from CGAL-3.6beta1. There seems
> to be an incorrect #include statement in
> Polyhedron_demo_mesh_3_plugin_cgal_code.cpp line 35:
>
> #include <Qt/qglobal.h>
>
> I think this should be either
>
> #include <QtCore/qglobal.h>
>
> or
>
> #include <QtGlobal>

On Linux, <Qt/qglobal.h> is valid also. That is the flat layout of Qt header
(created with the script bin/syncqt from Qt tarball).

I think you are right that we should use either <QtCore/qglobal.h> or
<QtGlobal>, but I cannot find where, in Qt documentation, it is explained. Do
you have a pointer?

Anyway, that will be fixed.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page