Re: [CMake] CMake unable to detect Qt

2013-05-30 Thread Matthew Woehlke
On 2013-05-24 00:31, Gargi Das wrote: I am trying to build pyside and for that i need to build CMake for RHEL 5 machine, i follow the procedure mentioned in Readme.txt which is very straight forward. First i run the command: ./bootstrap --prefix=some path this operation generates lots of .o

Re: [CMake] CMake unable to detect Qt

2013-05-26 Thread Gargi Das
, 24 May 2013 10:49:24 -0400 Subject: Re: [CMake] CMake unable to detect Qt From: christopher.mull...@kitware.com To: gargi@hotmail.com CC: cmake@cmake.org Why are you building CMake? Are you not able to use the binaries? Install all the dependencies first using this command provided

Re: [CMake] CMake unable to detect Qt

2013-05-24 Thread Christopher Mullins
: Re: [CMake] CMake unable to detect Qt From: christopher.mull...@kitware.com To: gargi@hotmail.com CC: cmake@cmake.org Try setting your qmake variable to qmake instead: cmake -DQT_QMAKE_EXECUTABLE:PATH=/path/to/qmake -DQT_MOC_EXECUTABLE:PATH=/path/to/moc On May 24, 2013 12:36 AM, Gargi

[CMake] CMake unable to detect Qt

2013-05-23 Thread Gargi Das
Hello All, I am kind of noob to CMake and this is my first question so i hope you all will not go hard on me :) . I am trying to build pyside and for that i need to build CMake for RHEL 5 machine, i follow the procedure mentioned in Readme.txt which is very straight forward. First i run the

Re: [CMake] CMake unable to detect Qt

2013-05-23 Thread Christopher Mullins
Try setting your qmake variable to qmake instead: cmake -DQT_QMAKE_EXECUTABLE:PATH=/path/to/qmake -DQT_MOC_EXECUTABLE:PATH=/path/to/moc On May 24, 2013 12:36 AM, Gargi Das gargi@hotmail.com wrote: Hello All, I am kind of noob to CMake and this is my first question so i hope you all will

Re: [CMake] CMake unable to detect Qt

2013-05-23 Thread Gargi Das
Hello christopher , Thanks for your reply, but i was not able to understand that completely :( Do you mean i should export -DQT_QMAKE_EXECUTABLE:PATH=/qmake/ which building CMake ?? or something else !! Regards, Gargi Date: Fri, 24 May 2013 00:54:04 -0400 Subject: Re: [CMake] CMake unable