From 2d257e02b3a9325247c0fd921bd8ca240b944a19 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Fri, 26 Feb 2021 11:18:45 +0100 Subject: [PATCH] Change image size --- Docs/DeveloperSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/DeveloperSetup.md b/Docs/DeveloperSetup.md index df763903..7391bd09 100644 --- a/Docs/DeveloperSetup.md +++ b/Docs/DeveloperSetup.md @@ -44,7 +44,7 @@ VCPKG_TARGET_TRIPLET:STRING=x64-osx 8. Save and close the settings. 9. Open Project via `File -> Open File or Project` and select your `CMakeLists.txt`. Then select __our created kit__, press `Configure Project`
- +
9. Press build (the big green play button on the bottom left). This will compile and start ScreenPlay and copy all necessary files into your Qt installation.