Qt 6.11 is out! See what's new in the release
blog
Running a Qt 4 project in Qt 5.2
General and Desktop
3
Posts
3
Posters
4.2k
Views
1
Watching
-
Hello,
I was trying to run a Qt 4 project in my Qt 5 setup on windows and Creator is showing these errors:
@
:-1: warning: CONFIG+=uitools is deprecated. Use QT+=uitools instead.
:-1: error: Unknown module(s) in QT: qaxcontainer phonon
@Does this have smoething to do with the restructuring of modules in Qt 5? If so how do I get around this for my project to compile.
Thank you for your time.
Sam. -
Please see one of the numerous "porting guides":http://qt-project.org/doc/qt-5/portingguide.html. Yes, you do need to do some changes in order for your project to compile against Qt 5, but those are usually very minor changes.