The K-Zone: My first Qtopia application -- how to get started with Qtopia development -- part 6

Summary

Here is a summary of the entire process described in the preceding five sections, for creating an installable application.

Comments

If you're new to Qtopia development, this probably all seems very complicated for a `Hello, World!' application. However, it is important to realize that this complexity -- the complexity of compiling and packaging the application -- never gets any worse than this. Or, at least, it doesn't get any worse until you start dealing with multi-platform distribution, which is a whole new ballgame.
      What's more, all the preceding steps can be put into a shell script or Makefile, and executed with a single command. Note also that all the tools we've used in this exercise are available free-of-charge, and most are open source. It is possible to buy smart graphical tools for building Qtopia applications (from Metrowerks, for example), but I hope it should be obvious that these tools are a luxury -- you can build perfectly useable applications without them.

Where to go from here

Here are some suggestions for learning more about Qtopia and Qt-embedded.
©1994-2006 Kevin Boone, all rights reserved