[Qt-interest] Qt 4.5.2 installation

Amit Pundir pundiramit at gmail.com
Wed Aug 19 08:29:43 CEST 2009


On Wed, Aug 19, 2009 at 10:31 AM, Bijay Panda<bijaykumar.mail at gmail.com> wrote:
> Hi All,
> I am using Qt 4.5.2 in RHEL 5.1.Earlier i my machine qt3.3.6 was installed
> bydefault.Now i complied the source code for qt4.5.2 and installed it.By
> default it in the path /usr/local/Trolltch/Qt4.5.2 .Now when I am creating
> project by default qmake of qt3.3.6 is getting linked.I want to use qmake of
> 4.5.2 .How to do it.Sha;; i mention the path somewhere .Any help is
> appreciated.
>

Either use the complete qmake path like:
$ /usr/local/Trolltch/Qt4.5.2/bin/qmake project.pro

Or change the defautt PATH variable as:
$ export PATH=/usr/local/Trolltch/Qt4.5.2/bin:$PATH


Regards,
Amit Pundir



More information about the Qt-interest-old mailing list