On 02/04/2011 02:47 AM, Serghei Amelian wrote:
On Friday 04 February 2011 06:29:21 David C. Rankin wrote: [...]
trinity_prefix="/opt/trinity"
cd ${srcdir} cmake ../ \ -DCMAKE_INSTALL_PREFIX=${trinity_prefix} \ -DWITH_QT3=ON \ -DBUILD_ALL=ON \ -DCMAKE_SKIP_RPATH=ON make || return 1 }
But even with these variables, the build grabs QtCore regardless. Are there any other cmake variables that I can use that would make sense in this situation?
Try to add "-DQTDIR=/opt/qt" to cmake arguments.
[...]
Thank you Serghei,
I'll give it a try and report back. I have another question:
"Where can I get a list of all the cmake arguments?"
I have google cmake options until I'm blue in the face and all I get are general references and not any all inclusive list. Can I run some cmake command that will list what each package supports? Thanks again :)