diff --git a/.gitlab/media/QtCreator_kit.png b/.gitlab/media/QtCreator_kit.png new file mode 100644 index 00000000..9984500f Binary files /dev/null and b/.gitlab/media/QtCreator_kit.png differ diff --git a/README.md b/README.md index dfc15c7d..21e99c57 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ chmod +x install-dependencies.sh * qt-google-analytics * qt-breakpad 5. **Follow the steps below for your OS**. Then open the CMakeLists.txt via QtCreator. +
+ +
6. Add install to the build steps. Projects -> Build -> Add Build Step -> Select Build -> Select "install" . * CMake -> Check if cmake is listed there, otherwise add it * Kits -> CMakeGenerator -> Change... (Otherwhise your builds are slow!) @@ -99,6 +102,7 @@ chmod +x install-dependencies.sh * CMAKE_TOOLCHAIN_FILE:STRING=%{CurrentProject:Path}/ScreenPlay/Common/vcpkg/scripts/buildsystems/vcpkg.cmake * VCPKG_TARGET_TRIPLET:STRING=x64-windows * or Linux: x64-linux MacOSX: x64-osx + 7. Press build (the green play button). This will compile the project and copy all necessary files into your Qt installation. ### Windows