CHAPTER 15Building Qt Projects

This book has relied on QMake to build the example applications by using standard project files without using any advanced features. However, QMake can also be used to manage advanced projects and to handle projects resulting in multiple executables, libraries, and plugins. This chapter introduces some of the most common features you'll need when you want to create more sophisticated Qt projects.

You'll also learn about a great alternative to Qmake: Kitware's CMake (http://www.cmake.org/). Like QMake, CMake is an open-source, cross-platform build system. It's worth discussing CMake because of its adoption as the build tool for one of Qt's most prominent users, the KDE project (http://www.kde.org/).

QMake

QMake ...

Get Foundations of Qt Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.