Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Migrating from QMake to CMake - A Guide to Project Migration
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Agenda
- 3 Introduction
- 4 Automatic Conversion Aid
- 5 CMake Generators
- 6 A very simple Qt application
- 7 Usage requirements
- 8 Checking for the target platform
- 9 Checking for the host platform
- 10 Checking for debug/release
- 11 Subdirectories: Variables and Scopes
- 12 extra targets custom targets
- 13 CMake modules
- 14 Controlling installation destinations
- 15 Capabilities of install()