PDA

View Full Version : QMAKE not found



kavinsiva
26th August 2009, 07:53
Hi.,

i am using Qt4.5 it installed in /opt/qt4.5/
when i am running Qmake it tells Qmake command not found

pls resolve this one

thanking you
SivaKumar

victor.fernandez
26th August 2009, 08:10
Make sure you have "/opt/qt4.5/bin/qmake". Add /opt/qt4.5/bin to your path and set QTDIR to /opt/qt4.5 before running qmake.


export QTDIR=/opt/qt4.5
export PATH=$PATH:$QTDIR/bin

tsuibin
27th August 2009, 14:26
Hi.,

i am using Qt4.5 it installed in /opt/qt4.5/
when i am running Qmake it tells Qmake command not found

pls resolve this one

thanking you
SivaKumar


locate qmake

Iskander
27th August 2009, 15:16
when i am running Qmake it tells Qmake command not found

I believe Qmake, with a capital Q is a typo?