Qt-interest Archive, March 2008
qmake problem
Message 1 in thread
i am trying to do qmake from command prompt, but it showing error....
qmake is not recognized as external or internal command ...
please help me..
--
[ signature omitted ]
Message 2 in thread
Quoting Mautushi Paul <mautushi.paul@xxxxxxxxxxxxxxxxxxx>:
> i am trying to do qmake from command prompt, but it showing error....
>
> qmake is not recognized as external or internal command ...
>
> please help me..
Hi
Make sure that qmake is in your path. E.g., for ksh (or bash)
export PATH=$PATH:/usr/local/qt43/bin
(change as needed if using a different shell, and adapt to the prefix where you
installed Qt [or your package system installed it]).
A+
Paul
--
[ signature omitted ]
Message 3 in thread
> i am trying to do qmake from command prompt, but it showing error....
> qmake is not recognized as external or internal command ...
What OS?
What Shell?
Is your /path/to/Qt/bin in your PATH variable?
Regards,
Malte
--
[ signature omitted ]
Message 4 in thread
now its working properly..
thanks guys..
On 3/19/08, Malte Witt <malte.witt@xxxxxxxxxxxxx> wrote:
> > i am trying to do qmake from command prompt, but it showing error....
> > qmake is not recognized as external or internal command ...
>
>
> What OS?
> What Shell?
> Is your /path/to/Qt/bin in your PATH variable?
>
> Regards,
>
> Malte
>
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
--
[ signature omitted ]