diff --git a/doc/DevSetup.md b/doc/DevSetup.md index bba3662..be3b61a 100644 --- a/doc/DevSetup.md +++ b/doc/DevSetup.md @@ -49,5 +49,7 @@ git clone --recursive https://gitlab.com/VladyslavUsenko/basalt.git After that, in QtCreator open to the `CMakeLists.txt` in the `basalt` folder and configure the project with `Release with Debug Info` configuration. The build directory should point to `//basalt/build`. +![qt_creator_configure_project](/doc/img/qt_creator_configure_project.png) + Finally, you should be able to build and run the project. diff --git a/doc/img/qt_creator_configure_project.png b/doc/img/qt_creator_configure_project.png new file mode 100644 index 0000000..f4adeab Binary files /dev/null and b/doc/img/qt_creator_configure_project.png differ