If you pull Qt Creator master branch, and afterwards Qt Creator does not open 
projects anymore etc:

You need to force a rebuild of the embedded plugin descriptions, eg. by touch 
all plugin header files:

find <qtcreator_src> -iname “*plugin*” -exec touch {} \;
make

(Reason being that the mimetype descriptions have moved into the plugin 
descriptions with https://codereview.qt-project.org/185026)

Br, Eike
_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to