PDA

View Full Version : Problems when Upgrading to V4.7.2 from v4.4.3



richardander
22nd April 2011, 20:38
Hello,

I am using VS2008 in Windows 7. I upgraded Qt from 4.4.3 to 4.7.2. When I compiled my program, I got tons of warnings:

"Inclusion of header files from include/Qt is deprecated".

Can anyone tell me how to remove them?

Thank you!

Lykurg
22nd April 2011, 22:45
first hit in google point to our forum: http://www.qtcentre.org/threads/36343-Inclusion-of-header-files-from-include-Qt-is-deprecated..

If that isn't the solution you search, you probably should provide a little bit more information like which line causes that warning etc.

produktdotestow
23rd April 2011, 00:15
Are you asking us how to remove warnings? Solution is easier then you think. Rewrite your app with new API or still use deprecated features ;)