Hi - I wrote HiQDock in Qt but a long time ago - in Qt 4 (without using Qt Creator). I think (but I’m not sure that) you could create your files with Creator and then compile from the command line (assuming the project file is good)
> qmake
> make
Good luck!