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:
  • Cc: Daniel Sieger <>
  • Subject: Re: [cgal-discuss] Incorrect #include in CGAL-3.6beta1 Polyhedron demo
  • Date: Tue, 23 Mar 2010 19:16:16 +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>

I am still wondering why it is different on your platform. In the
CMakeCache.txt of CGAL libs, what is the content of QT_INCLUDE_DIR and
QT_QT_INCLUDE_DIR?

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