Breakpad implementation (#535)

* qBreakpad simple implementation

* update chatterino.pro for linux

* Add breakpad building script for linux
This commit is contained in:
pajlada
2018-06-27 23:06:37 +00:00
committed by GitHub
parent 524be95e8b
commit 10df071077
6 changed files with 38 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
cd ../lib/qBreakpad
echo "Updating qBreakpad's breakpad dependency version"
cd third_party/breakpad
git checkout 7b3afa9258e58a57ffbeb395d445811f92616ae9
cd ../../
cd handler
mkdir build
cd build
qmake ..
echo "Building handler"
make -j8 && "Successfully built qBreakpad"