When you run qtcreator, most of the plugins (and therefore qtcreator's functionality) fail to load as they all depend on libProjectExplorer.so, which depends on the journald module which has an unresolved reference to systemd.
I had to manually build qtcreator myself, disabling journald support and the plugins work fine after that.
So when building qtcreator just add `CONFIG-=journald` to the qmake line:
I had to manually build qtcreator myself, disabling journald support and the plugins work fine after that.
So when building qtcreator just add `CONFIG-=journald` to the qmake line:
qmake -r CONFIG-=journald