From f841121579050d88885b433c5ff7e0f20e255c2e Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Fri, 6 Mar 2020 13:34:31 +0100 Subject: [PATCH] Add qt-breakpad to the README for git submodules --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0d98c43..2d2186a6 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ chmod +x install-dependencies.sh * Download these dependencies via __git submodules__ * stomt-qt-sdk * qt-google-analytics + * qt-breakpad 5. Follow the steps below for your OS. Then Open The ScreenPlay.pro via QtCreator. 6. Add install to the build steps. Projects -> Build -> Add Build Step -> Select Make -> Insert "install" into Make arguments. 7. Press build (the green play button). This will compile the project and copy all necessary files into your Qt installation.