Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL + Qt on Eclipse

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL + Qt on Eclipse


Chronological Thread 
  • From: Xavier Décoret <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL + Qt on Eclipse
  • Date: Sat, 09 Dec 2006 10:13:03 +0100


a écrit :
Hello,


I use CGAL with Eclipse + CDT.
Now I create a Managed Make C++ Project for a new project with CGAL but
without Qt.
I plan writing GUI parts of next project with Qt,
but don't know which kind of project (managed or standard) should I select and
how to build it under above environment.
The aim of using Qt is just creating something like buttons and toolbars,
and for the rendering part, I'll use OpenGL.
So I have Qt4 in my machine.

I wonder I should use qmake command when I build a project using Qt,
so should I select Standard Make C++ Project rather than Managed one?
And what commands should I set at Properties of a project?
Use Standard Make, not Managed Make. Invoke qmake yourself to produce the Makefile. This can be done very easily if you install the QtClipse plugin for eclipse (http://artis.imag.fr/~Xavier.Decoret/resources/qt/eclipse).
The settings of Eclipse is like the VC's.
Would anyone working with similar environment or know something about this,
tell me advices?


Regards,
NAGAI, Yukie





Archive powered by MHonArc 2.6.16.

Top of Page