That means the QtCore4 DLL you are using doesn't have that function. It's probably a customised version. Grab t he one from the QtCreator bin directory - it should have all the functions.
If you want a single exe rather than being dependant on several DLLs, then you'll have to recompile Qt with the appropriate options (-static rather than the default -shared passed to configure), and don't forget that also your application must be open source or use commercial license, else Nokia will sue your ass. Thats way library method is the default, as you can then use LGPL license.
Bookmarks