Re: [Interest] Qwt and upgrading to Qt 5

2013-04-10 Thread DeanNelson
It wasn't hard at all. Most of it ran without modification. As long as you have the line added to the PRO file that adds widgets, everything will probably go easy. So if you add that line in the pro file and then try compiling it. You'll know soon enough ;-) Dean In a message dated 3/

Re: [Interest] Qwt and upgrading to Qt 5

2013-04-10 Thread DeanNelson
I really didn't have any problems that I can remember. I had a bigger issue in my own code making the conversions from Qt4 to Qt5. Just make sure that you have greaterThan(QT_MAJOR_VERSION, 4): QT += widget in your *.pro file. That will allow you to still compile under Qt4. There are a f