You can do that but you need a cross-compiler - that is a compiler that is executed on one platform that builds code for another platform. Cross-platformness of Qt means the same source code can be compiled for many platforms without losing functionality. Usually you compile it on the target platform but it's of course possible to cross compile it to another platform but you need to have the appropriate tool chain installed.
Bookmarks