Re: build static Qt Creator
You can't build Creator in static mode because it uses plugins that require that Qt is linked dynamically. You'd have to rewrite parts of Creator source code to be able to build it in static mode.
Re: build static Qt Creator
Can we ask why you want Qt Creator built statically? Normally you leave it dynamic and compile just the bits you want statically. I normally just statically build the GUI and Core libraries and leave everything else alone as I don't need them (yet).
Re: build static Qt Creator
It was purely an educational experiment. I suspected as much (that the plugins were the culprit).