CMake can not find my Qt installation. How do I solve this?
Sat, 2009-02-14 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>