[Qt-creator] Dev: Qt Creator master doesn't open projects/files

Eike Ziller Eike.Ziller at qt.io
Mon Feb 27 15:54:03 CET 2017


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


More information about the Qt-creator mailing list