-
Hello guys,
I'm trying to build qt6 statically. But I get an error:
Qt/6.1.3/Src/qtbase/configure: line 299: cmake: command not found
My configuration:
./configure -release -static -opensource -confirm-license -prefix /path/to/qt/6.1.3/static -nomake tests -nomake examples -nomake tools
I'm completely unfamiliar with cmake. I tried the same thing with 6.0.0 and 6.2.0.
It shows the same error but in different lines:Qt/6.0.0/Src/qtbase/configure: line 946: cmake: command not found
Qt/6.2.0/Src/qtbase/configure: line 267: cmake: command not found
I installed Qt with the online installer. I selected just macos and Sources to install.
I would appreciate your help guys. If you need some additional files, just let me know I will and them.
Thank you. -
Thank you! That worked!
I removed my Cmake yesterday. So yeah, that was the problem. Sorry :)