CMake can not find my Qt installation
Sat, 02/14/2009 - 22:33 — admin
tell cmake a path to Qt manually:
$ export QTDIR=<qt dir>
or
$ cmake -DQT_QMAKE_EXECUTABLE=<path to qmake>tell cmake a path to Qt manually:
$ export QTDIR=<qt dir>
or
$ cmake -DQT_QMAKE_EXECUTABLE=<path to qmake>