Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. C++ Gurus
  4. Cgal Computational Geometry algorithms integration with QT
Qt 6.11 is out! See what's new in the release blog

Cgal Computational Geometry algorithms integration with QT

Scheduled Pinned Locked Moved Unsolved C++ Gurus
4 Posts 2 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    ujur007
    wrote on last edited by
    #1

    I am new to the QT and I want to build some of the computational geometry algorithms in QT. the name of the library is Cgal. There are also installation guide provided on the following webpage,

    https://doc.cgal.org/latest/Manual/installation.html

    Anyone has an idea how to integrate it with QT? I have tried but it can not import the headers. I am using Qt on linux platform.

    K 1 Reply Last reply
    0
    • U ujur007

      I am new to the QT and I want to build some of the computational geometry algorithms in QT. the name of the library is Cgal. There are also installation guide provided on the following webpage,

      https://doc.cgal.org/latest/Manual/installation.html

      Anyone has an idea how to integrate it with QT? I have tried but it can not import the headers. I am using Qt on linux platform.

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @ujur007

      Hi and welcome to devnet forum

      There is some guidance on integration of 3rd party libraries in Qt available.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      2
      • U Offline
        U Offline
        ujur007
        wrote on last edited by
        #3

        I do not have third party folder when I create a project.!!

        K 1 Reply Last reply
        0
        • U ujur007

          I do not have third party folder when I create a project.!!

          K Offline
          K Offline
          koahnig
          wrote on last edited by aha_1980
          #4

          @ujur007

          Why should you?

          The example names are just for explanation of how to integrate a third party library. The 3rd party library is integrated through relative path within your actual project. However, you may place the 3rd party stuff anywhere and your PC.

          Basically you have to download and install the 3rd party library independent of Qt. You need to know the path to the includes and add this as relative or absolute path to INCLUDEPATH

          You have to ensure that the libraries are compiled correctly for Qt installation (32 vs 64 bit, compiler andsome stuff). You need to locate the required libraries and setup absolute or relative path and libraries in LIBS

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          2

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved