KDAB at Qt Virtual Tech Con May 12-14
Since the postponement of Qt World Summit this May 12-14, The Qt Company decided to host a virtual one in its place called Qt Virtual Tech Con. The event offered talks you won’t hear in October, virtual exhibits, and Q&As online, for free.
KDAB’s Kevin Funk presented Using Modern CMake with Qt and we showed a demo in the Virtual Exhibition: Lufthansa Technik Takes Qt into the Skies.
You can access all the talks and download Kevin’s slides here.
Using Modern CMake with Qt with Kevin Funk
Prerequisite: No prior CMake experience required
CMake is a cross-platform build system, with powerful APIs for finding dependencies of various or specific versions, and with many abstractions for platforms, compilers, other build systems, and dependencies.
The next major Qt version, Qt6, will be using CMake internally as its build system, so the CMake integration with Qt will likely get tighter and more versatile in the long-term.
In this talk, we’ll be introducing Qt specific CMake functionalities, in order to find and use Qt5 inside your personal CMake-based project, using modern CMake capabilities. We are going to discuss how to find Qt installs using CMake’s find_package function and how to find specific Qt versions when multiple versions are installed.
Further than that, useful CMake variables such as CMAKE_INCLUDE_CURRENT_DIR, CMAKE_AUTOMOC, CMAKE_AUTORCC, and CMAKE_AUTOUIC will be explained in detail and how the use of the CMake integrations can speed up the build drastically.
Last but not least some of the additional supplied Qt related CMake functions, such as for big resources or translation support will be discussed.
Target audience: Build Engineers or Software Engineers who would like to know more about using Qt under CMake.
About Kevin Funk
Kevin has actively developed with Qt/C++ since 2006 and has a special interest in tooling and profiling. He’s an active contributor to KDAB’s GammaRay analyzer (a high-level Qt application debugger) and has a strong emphasis on state machine tooling. He is a co-maintainer of the KDevelop IDE, a powerful C/C++ development environment backed by Clang, and is pushing for cross-platform success inside KDE. Kevin holds a Masters Degree in Computer Science.
Download Kevin’s whitepaper on CMake and Qt…