I have tried with several Qt installs with differend configure options, I have even tried making every lib in the Qt Creator source static by adding "CONFIG += static" to all .pro files with TEMPLATE = lib. Still a no go. I receive 17 unresolved external symbols.

Does anyone know of a way to get Qt Creator built, linking with a static Qt? Thanks!