View Single Post
Posts: 6 | Thanked: 2 times | Joined on Aug 2010
#1
Hi every one

I am trying to build VTK libraries on Maemo with ccmake-maemo.

1. I installed the following:

fakeroot apt-get install libqt4-dev

2. I continued with the intructions of VTK with ccmake but the result is this error on configuration state:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
QT_QTDESIGNER_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/ruben/VTK/VTK/GUISupport/Qt
used as include directory in directory /home/ruben/VTK/VTK/GUISupport/Qt/Chart
used as include directory in directory /home/ruben/VTK/VTK/GUISupport/Qt/Testing/Cxx

It seems to be a library libQtDesigner is not implemented on QT for maemo5.

How can get this library or Can I build VTK5.6 libraries to run on maemo5 with ccmake?

thanks for all

Ruben