Running Qt Creator under wine will not help you in any way. You either need to run a compiler (such as MinGW) under wine or you need a full cross-compiler toolchain for the specific platform (i.e. by building MinGW for Linux). Qt Creator is just a text editor. Of course you'll need Qt libs built for the target platform too.
Bookmarks