Similar questions on Stack Overflow didn't quite concern this particular problem or didn't provide a solution*.
When importing an existing CMake-project QtCreator keeps asking for path to the cmake executable. Upon entering an incorrect path the entry will be marked in red font. Upon entering the correct path, the font is put back to normal, but the "Next" button will remain disabled. Thus the Import dialog doesn't let the user continue, so one can only cancel the import.
Specific versions used:
- QtCreator v2.8.1
- CMake v3.2.2
- Gentoo Linux (which considers the above package versions as stable and installs them from source-code)
*: Most similar questions was: Importing a CMake project in QtCreator, but no solution was provided. Maybe a bugreport was written, but that was over 2 and a half years ago and the most recent QtCreator v2 is 2.8.1 from almost 2 years ago.