Summary
This chapter explained cross-platform development using Qt Creator. You learned about various compilers, build tools, and build- and platform-specific settings. In this chapter, you learned to configure and build applications on desktop and mobile platforms and how to run applications on iPhone and Android devices. We discussed how to port your Qt project to different platforms without too many challenges.
In the next chapter, you will learn about the signal and slots mechanism, the Qt meta object system, and event handling. Let's continue!