Compiling with CMake for Android
Unsolved
Qt Creator and other tools
-
Hi
I encountered a problem compiling a CMake project for Android in QtCreator. I get the following 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 change the kit to windows, which is also set to Ninja.
I made a bug report about this, but it might take a while. So, since I don't have much experience with CMake, I hope someone here can give me (and other who might have the same problem) a temporary solution so that I can at least compile it and do not have to make a qmake project.