Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] Re: How to use CGAL Trang methods

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] Re: How to use CGAL Trang methods


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: Re: [cgal-discuss] Re: How to use CGAL Trang methods
  • Date: Mon, 12 Mar 2012 11:56:44 +0100
  • Organization: GeometryFactory

Le lundi 12 mars 2012 12:13:19 Sweety Pie a écrit :
> Thank u all for the help. I have configured CMake but there is a small
> issue with that: I have installed QT 4.7.1 but when i configured Cmke it
> gives me this message:
>
> Library config detected: Qt3
>
> CGAL_Qt3 needs Qt3, cannot be configured.
>
> Library config detected: Qt4
>
> CGAL_Qt4 needs Qt4, cannot be configured.
>
>
> Any solutions??

Forget Qt3. That has been obsoleted years ago.

As for Qt4, do you have the development files (.h, .lib) of Qt4? Then you
need
to fill, in CMake GUI, the variable QT_QMAKE_EXECUTABLE with the full path of
the program qmake.exe that is in the bin/ directory of your Qt4 installation.
After CMake will use it to find your entire Qt4 installation.

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