Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 4.9.0, Qt Creator 4.9.1
Description
When building in QtCreator using CMake for Android I get the error
CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
I do not get this error when I select a kit for windows. According to this bugreport
https://bugreports.qt.io/browse/QTCREATORBUG-17566
I could add it to the CMake configuration, but QtCreator doesn't allow that to be changed for Android.