1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Update README.md, .gitlab/media/QtCreator_kit.png files

This commit is contained in:
Elias Steurer 2020-05-14 08:53:23 +00:00
parent db5903f272
commit 6dc968894f
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -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.
<div>
<img width="100%" height="93" src=".gitlab/media/QtCreator_kit.png">
</div>
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