diff --git a/doc/building.rst b/doc/building.rst index fcf78f28495ba..dd8781ce61230 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -220,12 +220,12 @@ Setting up Microsoft Visual Studio 1. Click on 'Modify' in the Visual Studio Installer: - .. image:: ./images/building/visual-studio-installer.png + .. image:: ./images/dev/visual-studio-installer.png :alt: Visual Studio Installer 2. Select 'Desktop development with C++' - .. image:: ./images/building/desktop-development-with-cpp.png + .. image:: ./images/dev/desktop-development-with-cpp.png :alt: Desktop development with C++ Handling the dependencies @@ -265,7 +265,7 @@ Compiling 4. To use the tools installed with Visual Studio, you need the following in your %PATH%: - .. image:: ./images/building/path.png + .. image:: ./images/dev/path.png :alt: Windows environment variables 5. Alternatively you can use the tools installed with KDE Craft by adding them to %PATH%: diff --git a/doc/images/dev/desktop-development-with-cpp.png b/doc/images/dev/desktop-development-with-cpp.png new file mode 100644 index 0000000000000..4d4f0d34f1a3b Binary files /dev/null and b/doc/images/dev/desktop-development-with-cpp.png differ diff --git a/doc/images/dev/path.png b/doc/images/dev/path.png new file mode 100644 index 0000000000000..88f028700c8f6 Binary files /dev/null and b/doc/images/dev/path.png differ diff --git a/doc/images/dev/visual-studio-installer.png b/doc/images/dev/visual-studio-installer.png new file mode 100644 index 0000000000000..23f4f7a4d3474 Binary files /dev/null and b/doc/images/dev/visual-studio-installer.png differ