Found the problem.
When I open "Options->Mime Types" we have a mime type text/x-cmake and 
text/x-cmake-project.
text/x-cmake is wrongly associated with the pattern .cmake _and_ CMakeLists.txt.
text/x-cmake-project is associated with the pattern CMakeLists.txt. Of course, 
this is never
evaluated since CMakeLists.txt is already handled by text/x-cmake. I removed 
CMakeLists.txt
from the text/x-cmake patterns and cmake projects work again.

Guido


On Fri, 20 Feb 2015 20:51:55 +0100
Guido Seifert <[email protected]> wrote:

> Hi,
> I thought it was time to update my qtcreator again. Aaaand... big problem.
> I cannot use any CMake projects anymore. When I try to open one I get a popup:
> 
> Failed opening project "..../CMakeLists.txt": No plugin can open project type 
> "text/x-cmake"
> 
> Guido
> 
> 
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.qt-project.org/mailman/listinfo/qt-creator
> 
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to