On May 9, 2007, at 2:30 PM, Jerry Geis wrote:
/ I have done a "yum install qt-devel" on centos 5.
/>>/ />>/ I dont seem to be able to find qmake? />>/ />>/ how do I get qmake on centos 5? />>/ />>/ THanks, />>/ /
rpm -ql qt-devel | grep qmake
will show you /usr/lib/qt-3.3/bin/qmake
/etc/profille.d/qt.sh (or qt.csh)
should put it in your search path
Tony Schreiner
Thanks Tony, was not looking for it to me in some "wierd" place...
Jerry