Subject: CGAL users discussion list
List archive
- 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
- [cgal-discuss] Problem with CGAL and Qt Creator under Linux, aerodynamic, 08/27/2014
- Re: [cgal-discuss] Problem with CGAL and Qt Creator under Linux, Josué, 08/27/2014
- Re: [cgal-discuss] Problem with CGAL and Qt Creator under Linux, Marc Glisse, 08/27/2014
Archive powered by MHonArc 2.6.18.