Wayne Sallee wrote:
I got it working by adding:

-DQT_QMAKE_EXECUTABLE=/opt/qt4/bin/qmake

Info found in:
https://ubuntuforums.org/showthread.php?t=2168435

So the modified cmake command was:

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX
-DCMAKE_INSTALL_LIBDIR=lib               -DCMAKE_BUILD_TYPE=Release
-DQT_QMAKE_EXECUTABLE=/opt/qt4/bin/qmake        -Wno-dev ..

That should not have been needed if the PATH was set properly.

A simple 'which qmake' should tell you the default version.

   -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to