1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Add qt-breakpad to the README for git submodules

This commit is contained in:
Elias Steurer 2020-03-06 13:34:31 +01:00
parent ee521bce9e
commit f841121579

View File

@ -84,6 +84,7 @@ chmod +x install-dependencies.sh
* Download these dependencies via __git submodules__ * Download these dependencies via __git submodules__
* stomt-qt-sdk * stomt-qt-sdk
* qt-google-analytics * qt-google-analytics
* qt-breakpad
5. Follow the steps below for your OS. Then Open The ScreenPlay.pro via QtCreator. 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. 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. 7. Press build (the green play button). This will compile the project and copy all necessary files into your Qt installation.