On Sunday 01 May 2011 18:12:38 Hugh Tebby wrote: > I tried removing the CMakeCache.txt file, and cmake tells me it found > QtOpenGL, But I still get the same errors (tried after a "make clean" same > result). > > So back to step one...
Hmm, the CMake code seems to look for the QtOpenGl package but not the QtOpenGl development package. Did you also install it (called libqt4-opengl-dev) jb
