$ curl cheat.sh/
/*
 * Skimming the [Qt documentation on
 * resources](https://doc.qt.io/qt-5/resources.html):
 * 
 * 1. Create a `.qrc` file that contains a list of the resources you
 * would like to include
 * 2. Create a custom build step that invokes `rcc` on that file
 * ([documentation](https://doc.qt.io/qt-5/rcc.html))
 * 3. Compile and link the resulting cpp source file into your program.
 * 
 * [Botje] [so/q/56035630] [cc by-sa 3.0]
 */

$
Follow @igor_chubin cheat.sh