No qt version set in kit
Solved
Installation and Deployment
-
After installing Qt 6 on macOS Sonoma with the online installer I get the error: "No qt version set in kit". I know, to add a version manually, I have to browse to the executable called qmake in the open dialogue. But this is not possible on macOS, because in Qt 6 qmake is contained in an .app folder, which cannot be opened with the open dialogue. How can this problem be solved?
-
Hi and welcome to devnet,
Which version of Qt did you install ?
qmake should be a command line tool in the bin folder of your Qt installation. -
-