I am trying to run some of the sample example code from CGAL as a Qt project, to run in Qt Creator. I expect that I will have to modify the .pro file. How should it be modified to use CGAL libraries?
I am trying to run some of the sample example code from CGAL as
Share
I’m not familiar with CGAL specifically, but in general, you would need to add the following to your
.profile:You may also need to add some
DEFINESif CGAL requires it, i.e.If you were looking for help on CGAL specifically, please clarify your question and I will delete this answer.