Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Qt on alonside with Cgal

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Qt on alonside with Cgal


Chronological Thread 
  • From: Sukhraj Singh <>
  • To:
  • Subject: Re: [cgal-discuss] Qt on alonside with Cgal
  • Date: Sat, 10 Jun 2017 10:23:48 +0530
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:B1Un6RReaer+V5K1GkjYj/8/A9psv+yvbD5Q0YIujvd0So/mwa6yYxaN2/xhgRfzUJnB7Loc0qyN4v+mATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSijewZbF/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/2PZisJwgqxVow+vqQJjzIPPZYGZKOBzc7nBcd8GR2dMWNtaWSxbAoO7aosCF/cPPftbr4n9vVsBtxm+DhSxCuPuzD9IiX/21rA93uQ6EAHG2gMgH9IUvHTPsdX1N6cSUfqvw6nK1jjDYPZW1i386IjMaBwuvfaMXbdpfMfX1EIhGQTFjlCKpozkOTOYzuUNs26B7+phT+2jkWAnqxtprjezyccjkI3JipgSylDe+iV12Ik1KsO/SE5+f9GkDIFQtiGUN4RsXswiX2ZouDw6y7EcpZG7ey0KxZI6zBDcc/yKa5aE7g7nWeqLIjp1hGhpdKyiixuw60Ss1+/xW8iy3V1XtCRKiMPMuWoI1xHL6siIVP99/kC51DaKzQ/T6+VELVkplaXBN5It27AwmocRvEnCBCP2l0L2jKiZdkUg5Oek8fjoYrLjppOENo90jB/xMrg2l8ChHeg1NhICUmub9OimyrHv4E/0TK9XgvA0k6TVqJXaKt4apq69DQ9VyIEj6xOnAje90dQYm3YHLFJfdBKckojpOFHOIOriAve9mFmsnzJryOrHPr3lGJnCMn/DkLL5cbZn90Fc0BYzzcxY559MFr4BL+j8WkvouNPFDx85KBC7w/v8CNVmzY4eQmKOAqqBMKzIq1OI5+QvI/ONZIAPojr9JeIltLbTi2QkkwodYbWxxslQL2upG+xvZUSfe3vlxNkbVnwbuxI3C+3shlrFWjFaYzO+Xrk3+yogW76hWIzMT4TojL2a1zqgBbVXYHpHAxaCCyTGbYKBDswRayKIK80pqT0CWrjpH5Qg0x6u8hTnyLp9J+j89SgRtJal399wsb6A3Sou/CB5WpzOm1qGSHt5yzsF

Continuing the discussion.

I found AABB_tree easy to use, as it had a QT UI file and looked simple.
In order to make a CGAL-QT project I took this as a template code, and copied it out side the CGAL source.
Did a CMAKE, provided paths to CGAL, QT and QGLViewer.
It build successfully.
But when I run I got following error.

./AABB_demo: /home/sukhraj/Qt5.6.2/5.6/gcc_64/lib/libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/x86_64-linux-gnu/libQt5Svg.so.5)

I have given correctly the paths of QT and it has picked /home/sukhraj/Qt5.6.2/5.6/gcc_64/lib/ , I am not sure why it would still pick from /usr/lib.
I cleaned the build directory and tried again, but in vain.
Attached is the snapshot of CMAKE config.

Can you please tell me what am I doing wrong?







On Mon, Feb 27, 2017 at 8:15 PM, Laurent Rineau (CGAL/GeometryFactory) <> wrote:
Le Monday, February 27, 2017 3:27:32 PM CET Andreas Fabri a écrit :
> Have a look at CGAL/demo/Polyhedron

The code pointed out by Andreas is rather complex. You might have a look at a
simpler demo, with 2D polygons, in CGAL-x.y/demo/Polygon/.

> On 27/02/2017 14:55, Aswanth Kumar wrote:
> > Hello,
> >
> >       Where can I find the examples of cgal with Qt? I worked with CGAL
> >       but not with Qt. Where do I need to begin Qt alongside with CGAL?
> >       I need to use UI in such a way that we give input polygon or
> >       polygon_with_holes via cursor. And how do we get the visibility
> >       regions etc.. as an output on Qt. Please suggest what should I
> >       refer regarding this.>
> > Regards,
> > Aswanth.



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


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss





--
Sukhraj Singh
 

Attachment: AABB_CMAKE_Config.png
Description: PNG image




Archive powered by MHonArc 2.6.18.

Top of Page