PDA

View Full Version : how to switch from 4.7 to qt 5?



saman_artorious
9th July 2012, 11:32
how to upgrade from qt 4.7 to qt 5?

I am using 4.7. But, as I need some built-in classes empowers my program, I need to switch to qt5
could anyone tell me how I can install qt5? if possible how can I shift from qtCreator 4.7 to qt5.0 ?

user_mail07
9th July 2012, 23:01
I installed from here http://releases.qt-project.org/qt5.0/beta-snapshots/ You don't need to compile and build it. It is already compiled and only need to install it.

saman_artorious
10th July 2012, 17:51
I installed from here http://releases.qt-project.org/qt5.0/beta-snapshots/ You don't need to compile and build it. It is already compiled and only need to install it.

Ohh, Qt 5 beta? I didn't think this has released yet. I thought there was only Qt 5 Alpha n as you know, that is for testing, So, I couldn't trust using it.
Thanks very much.

The reason I wanna get it is to use it's new libraries which Qt 4 does not support. COuld you tell me which download link would be the most suitable n countable?
shall I go for the lastest forlder http://releases.qt-project.org/qt5.0/beta-snapshots/latest/

Your

user_mail07
10th July 2012, 19:40
Qt 5 Beta is scheduled for mid july i think. Well I found download link from https://bugreports.qt-project.org/browse/QTBUG-26051 and then you can install directly from the link given in the
bug http://releases.qt-project.org/qt5.0/beta-snapshots/2012-06-04_19-47-13/Qt-5.0-beta-offline-win-x86_msvc2010.exe.

saman_artorious
10th July 2012, 19:54
Qt 5 Beta is scheduled for mid july i think. Well I found download link from https://bugreports.qt-project.org/browse/QTBUG-26051 and then you can install directly from the link given in the
bug http://releases.qt-project.org/qt5.0/beta-snapshots/2012-06-04_19-47-13/Qt-5.0-beta-offline-win-x86_msvc2010.exe.

well, the link you just sent is a windows installation. I just wanted to make sure the links provided in your first post are already debugged. (i mean the beta version). some more question, shall remove qt 4.7 after installing 5? I mean would it conflict?
if yes, how do you remove it, simply by make uninstall command or removing folders in linux?

more importantly, what is the difference between the two installation links
qt-everywhere-opensource-src-5.0.0-beta.zip
qt-linux-opensource-5.0.0-beta1-offline-x86_32-ubuntu1110.run

I mean the qt-everywhere ?

wysota
10th July 2012, 20:17
Are you sure you really want to use Qt5 in a state it is in now? I would expect it to crash randomly on you, especially in those "new libraries Qt4 doesn't support". If you expect your software written with Qt5 to "just work", then you should really reconsider.