On Wed, Oct 20, 2021 at 10:21 PM Björn Schäpers <qt-maill...@hazardy.de> wrote:
> Hi, > > I'm compiling QtCreator from sources (with Qt5 and qmake on MinGW) and am > wondering what do I need to delete or invoke to get the correct version > number > in the plugins (so that they can be loaded), if Creator's version is > bumped? > If I recall correctly, this should do the trick: cd $build_dir/src/plugins find \( -name moc_projectexplorer.cpp -o -name 'moc_*plugin.cpp' \) | xargs rm -f Build as usual. See related https://bugreports.qt.io/browse/QTBUG-41694. - Orgad
_______________________________________________ Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator