Qt 5.7 installation
-
I am using Qt 4.8.7 previosly but i am getting memory leaks so i want to shift to latest qt version (i.e Qt 5.7) but the liberaries and packages are totally different.
Can you please guide me through the installation steps for qt 5.7.
Many thanks and regards. -
I am using Qt 4.8.7 previosly but i am getting memory leaks so i want to shift to latest qt version (i.e Qt 5.7) but the liberaries and packages are totally different.
Can you please guide me through the installation steps for qt 5.7.
Many thanks and regards.@shujja said in Qt 5.7 installation:
but i am getting memory leaks
Are you sure it is because of Qt and not your own code?
Qt 5.7 is not the latest Qt5 release. Latest is Qt 5.15.7.
To install it download Qt online installer from https://www.qt.io/ and install.If you really need Qt5.7 download it from here: https://download.qt.io/new_archive/qt/5.7/5.7.0/
-
Yes @jsulm , its not about code. memory leaks is because of Qt libraries (QTCore , QTGui) thats why i want to shift to new version.
I have a little bit to discuss.- Is the code with qt 4.8.7 compatible with qt 5 versions?
- As i am not using qt creater previously, just using qt designer and using netbeans for coding in c++ and qt. so i need the installation steps for installing qt opensource not qt creater.
-
Yes @jsulm , its not about code. memory leaks is because of Qt libraries (QTCore , QTGui) thats why i want to shift to new version.
I have a little bit to discuss.- Is the code with qt 4.8.7 compatible with qt 5 versions?
- As i am not using qt creater previously, just using qt designer and using netbeans for coding in c++ and qt. so i need the installation steps for installing qt opensource not qt creater.
- See https://wiki.qt.io/Transition_from_Qt_4.x_to_Qt5
- I was never talking about QtCreator. I gave you the link to download Qt 5.7. So, go there download it and install...