Am 20.10.2021 um 21:50 schrieb Orgad Shaneh:
On Wed, Oct 20, 2021 at 10:21 PM Björn Schäpers <[email protected]
<mailto:[email protected]>> 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
Many thanks.
_______________________________________________
Qt-creator mailing list
[email protected]
https://lists.qt-project.org/listinfo/qt-creator