Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt 4 On Ubuntu 13.04

Tags:

ubuntu

qt4

qt5

I cant seem to find the "qt 4 sdk" installer for ubuntu 13.04. I need one that will install and allow me to have the qt creator that you get through the software center be able to detect qt 4 and 5 based projects. Has any one found any out of the box solutions for this. Or are there any instructions out there on how to get the ubuntu 13.04 version of qtcreator to recognize qt 4 projects?

like image 220
Matthew Hoggan Avatar asked Mar 24 '23 07:03

Matthew Hoggan


1 Answers

apt-cache search libqt4

That should give you a list of all the packages needed to get the Qt 4 libs.
Should include:

libqt4-dev
libqt4-core
libqt4-gui
...etc
like image 64
nickrak Avatar answered Mar 25 '23 19:03

nickrak