CMake Error: Unable to locate required package : QT
** Configuring done
After digging around in the cmake*2.4 functions, it appears that the shared library was unable to be
found, the following soft link fixed the problem, though many other link names could have been used
(my libqt*mt version was 3.3.8b):
root: ~/ike/ike# ln *s /usr/lib/libqt*mt.so.3.3.8 /usr/share/qt3/lib/libqt*mt.so
The thing is you don't have packages yet for all the optional stuff. This is one of the reasons cmake is unable to find QT. You need to build and install qt3 stuff.
Sorry, I have no idea which package source I should download to build qt3.
I tried some, but all weren't found.
Can U help me with that?
Is there a metapackage?