This document discusses porting Qt, a popular application framework, to a new smartphone platform. It outlines the key steps to a successful port: 1) Build and run console apps, 2) Build and run GUI apps by adapting window system plugins, 3) Integrate platform middleware, 4) Implement native look and feel, 5) Perform optimizations, and 6) Integrate with Qt Creator IDE. It uses the port of Qt to Tizen mobile as a case study, detailing the modules and lines of code involved.