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

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

This commit is contained in:
Elias Steurer 2020-05-14 09:00:08 +00:00
parent 51137c6758
commit 03d43f4ee4
2 changed files with 4 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View File

@ -89,11 +89,6 @@ 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="auto" 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!)
@ -105,6 +100,10 @@ chmod +x install-dependencies.sh
* VCPKG_TARGET_TRIPLET:STRING=x64-windows
* or Linux: x64-linux MacOSX: x64-osx
<div>
<img width="100%" height="auto" src=".gitlab/media/QtCreator_kit.png">
</div>
7. Press build (the green play button). This will compile the project and copy all necessary files into your Qt installation.
### Windows