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 -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp