summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2018-11-09 14:41:10 +0200
committerMahmoud Badri <mahmoud.badri@qt.io>2018-11-15 12:56:07 +0000
commit9d4afff6f57142cfa43b5fce1222427973e3a574 (patch)
tree997c04ae8e953100b1dff1f129fbce5d92d2cf63 /src/src.pro
parent4e97e4edc636b306eb1009cc5c6c189d78ae7774 (diff)
Integrate Google breakpad with Qt 3D Studio
When a crash happens, a minidump file is generated and a friendly popup appears that collects info and send it along the crash minidump file to the server. Sentry.io is used as the crash server. Breakpad is referenced via an environmental variable (BREAKPAD_SOURCE_DIR) Task-number: QT3DS-2522 Task-number: QT3DS-2523 Change-Id: I1fd53b9bfea4512ef74abc2a43834ad17224f561 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 85aca0d8..b17d1d0e 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -4,7 +4,8 @@ SUBDIRS += \
3rdparty \
QtExtras \
Runtime \
- Viewer
+ Viewer \
+ shared
!cross_compile:!qnx:!mingw {
SUBDIRS += Authoring