CMake can not find my Qt installation. How do I solve this?

tell cmake a path to Qt manually:

$ export QTDIR=<qt dir>

or

$ cmake -DQT_QMAKE_EXECUTABLE=<path to qmake>

User login

Copyright © 2004-2023 Hedgewars Project. All rights reserved. [ contact ]