Fix C++ quickstart

The C++ code to copy & paste into main.cpp needs to have the #include
<app-window.h> line.
This commit is contained in:
Simon Hausmann 2024-09-23 16:14:06 +02:00
parent 754e675595
commit 4c3ca9ba17

View file

@ -32,7 +32,7 @@ The `CMakeLists.txt` uses the line `add_executable(my_application src/main.cpp)`
Replace the content of `src/main.cpp` with the following:
:::{literalinclude} main_initial.cpp
:lines: 9-13
:lines: 7-13
:::
Also in `CMakeLists.txt` the line