From 59c58a0c27d9cb1e1b4770a1a8a4acfb018d3123 Mon Sep 17 00:00:00 2001
From: Marco Bubke <marco.bubke@nokia.com>
Date: Tue, 21 Sep 2010 14:39:08 +0200
Subject: [PATCH] Breakpad: Add forgotten project file for the crash handler

---
 src/tools/qtcrashhandler/qtcrashhandler.pro | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 src/tools/qtcrashhandler/qtcrashhandler.pro

diff --git a/src/tools/qtcrashhandler/qtcrashhandler.pro b/src/tools/qtcrashhandler/qtcrashhandler.pro
new file mode 100644
index 00000000000..05499693f63
--- /dev/null
+++ b/src/tools/qtcrashhandler/qtcrashhandler.pro
@@ -0,0 +1,10 @@
+TARGET = qtcrashhandler
+
+TEMPLATE = app
+QT_BREAKPAD_ROOT_PATH = $$(QT_BREAKPAD_ROOT_PATH)
+include($${QT_BREAKPAD_ROOT_PATH}/qtcrashhandler.pri)
+
+include(../../../qtcreator.pri)
+include(../../private_headers.pri)
+DESTDIR = $$IDE_BIN_PATH
+include(../../rpath.pri)
\ No newline at end of file
-- 
GitLab