[Qt-creator] commit f4a3b4ca5fa312df82f0067e9139fc18bc4fd57f cmake broken?

Guido Seifert wargand at gmx.de
Fri Feb 20 23:12:40 CET 2015


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 <wargand at gmx.de> 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
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
> 



More information about the Qt-creator mailing list