Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problem with CGAL and Qt Creator under Linux

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problem with CGAL and Qt Creator under Linux


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Problem with CGAL and Qt Creator under Linux
  • Date: Wed, 27 Aug 2014 20:21:19 +0200 (CEST)

On Wed, 27 Aug 2014, aerodynamic wrote:

Hey.

I don't get CGAL to work. I have install it under linux and try to use it
with the Qt Creator. A simple demo program produces thousands of errors
(build problems). I think that i do somthing fundamentally wrong. But what
is it?

helloWorld.pro

TEMPLATE = app
QT += widgets
SOURCES += main.cpp
INCLUDEPATH += . /usr/include/CGAL

No! We write #include <CGAL/smurf.h> so the include path is just /usr/include, which is there by default.

LIBS += -L"/usr/local/include" -lCGAL

-L.../include ? Doesn't make sense either.

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page