Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] visualizing CGAL objects

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] visualizing CGAL objects


Chronological Thread 
  • From: tcscott <>
  • To:
  • Subject: Re: [cgal-discuss] visualizing CGAL objects
  • Date: Mon, 29 Feb 2016 02:58:31 -0800 (PST)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:qzPSNhyTyrpmW2PXCy+O+j09IxM/srCxBDY+r6Qd0ekUIJqq85mqBkHD//Il1AaPBtWErawUwLCO+4nbGkU+or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6anHS+4HYoFwnlMkItf6KuStGU0ZT8jbj60qaQSjsLrQL1Wal1IhSyoFeZnegtqqwmFJwMzADUqGBDYeVcyDAgD1uSmxHh+pX4p8Y7oGwD884mosVPWKG/c6UjRqFDFxwnNXo07Yvlr0rtVwyKs2cXSW4RjgYAVxTO9xr9QovZvS7zt+470y6fa56lBYsoUCivuv84ACTjjz0KYmY0

Apparently in the transition from Qt4 to Qt5, there have been changes:

https://forum.qt.io/topic/22596/from-qt4-to-qt5-include-files-not-found

Files that used to be in Qt4 cannot be found in Qt5. That includes:

#include <QtGui>
#include <QString>

Professed Solution:

Add this in your *.pro file:
QT += widgets
Change all instances of
#include <QtGui>
to
#include <QtWidgets>

Trouble is I don't know where or what this .pro file is. I only found one
such file i.e.
example.pro in

~/Qt/Examples/Qt-5.5/

I cannot believe this because that also means substantial changes everywhere
else
for the demos (?)

Has anybody hit this problem? and does anybody have an economic solution?

Is anybody out there using Qt5 with CGAL-4.7 on a MAC?

best wishes and thanks in advance for any help.

Tony





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/visualizing-CGAL-objects-tp4661624p4661653.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page