diff --git a/src/tools/qtcrashhandler/qtcrashhandler.pro b/src/tools/qtcrashhandler/qtcrashhandler.pro
new file mode 100644
index 0000000000000000000000000000000000000000..05499693f63767d2f9dac8e210e2217d5f81673c
--- /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