> On 25. Oct 2018, at 10:33, Davide Coppola <vivala...@gmail.com> wrote: > > Hi, > > I can't manage to build 4.7.2 (after checking out the git tag) because of the > following linking error: > > lib/qtcreator/libqbsqtprofilesetup.so: undefined reference to > `QQmlPrivate::qmlregister(QQmlPrivate::RegistrationType, void*)’
Did you do a clean build? Since that symbol is a private Qt symbol, it looks like you possibly changed the Qt build after your last Qt Creator build, and since libqbsqtprofilesetup did not change between 4.7.1 and 4.7.2 it was not rebuilt against the new Qt version. Br, Eike > > I have Qt 5.11.2 installed on my system and everything is fine when I build > master. > > Any suggestions? > > -- > Davide Coppola > > website: http://www.davidecoppola.com > blog: http://blog.davidecoppola.com > > > _______________________________________________ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator