ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #03418
Re: Qt5 with Qt 4.7 on Ubuntu 13.04. How to install it both without conflicts?
On Tuesday 30 July 2013 13:06:28 Николай Шатохин wrote:
> Hello.
>
> I'm using Qt5 and need Qt 4.7 now (for porting my game to handheld game
> console). Is it possible to install it additionally on Ubuntu 13.04?
Yes. Just install the qt4 packages. They shouldn't conflict.
Also, make sure to install qtchooser. You can select the default Qt version by
installing either qt4-default or qt5-default.
You can switch Qt version on the fly by exporting QT_SELECT=qt4 or
QT_SELECT=qt5 before running qmake/cmake. This will override the default
version for this terminal.
Hope this helps,
Michael
Follow ups
References