Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] question regarding qt version

Subject: CGAL users discussion list

List archive

[cgal-discuss] question regarding qt version


Chronological Thread 
  • From: "DanielYan" <>
  • To: "cgal-discuss-list" <>
  • Subject: [cgal-discuss] question regarding qt version
  • Date: Wed, 9 Feb 2011 01:50:39 +0800
  • Importance: Normal

Hey guys!
 
I'm new to CGAL. During the compilation, there was the following Error:
CGAL/Qt/GraphicsItem.h(38): Error: Undefined interface
issued by this code snippet:
#if QT_VERSION >= 0x040600
  Q_INTERFACES(QGraphicsItem)
Does this indicate that CGAL 3.7 can only work with QT whose version <= 4.6 for now? (I only have QT4.7 on my laptop.)
Is it OK to workaround this error prompt and continue using CGAL3.7 with QT4.7? Or is it better to install QT4.6?
 
THX!
Best regards!
 
 
Yan.



Archive powered by MHonArc 2.6.16.

Top of Page