You need a toolchain - a crosscompiler for the destination device. You also need Qt compiled for your target machine using the crosscompiler - download the proper source bundle from Qt Software website, run configure (with some parameters you might want) and then follow the process. Finally you have to deploy the framework on the target device. Then you can start developing applications for it, deploy them and test them.