mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Update README.md, .gitlab/media/QtCreator_kit.png files
This commit is contained in:
parent
db5903f272
commit
6dc968894f
BIN
.gitlab/media/QtCreator_kit.png
Normal file
BIN
.gitlab/media/QtCreator_kit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 133 KiB |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user