diff --git a/.gitlab/media/QtCreator_kit.png b/.gitlab/media/QtCreator_kit.png index 9984500f..24982a8f 100644 Binary files a/.gitlab/media/QtCreator_kit.png and b/.gitlab/media/QtCreator_kit.png differ diff --git a/README.md b/README.md index 0febc9ec..9a17782f 100644 --- a/README.md +++ b/README.md @@ -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. - -
- -
- 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 +
+ +
+ 7. Press build (the green play button). This will compile the project and copy all necessary files into your Qt installation. ### Windows