Breakpad: Add forgotten project file for the crash handler

This commit is contained in:
Marco Bubke
2010-09-21 14:39:08 +02:00
parent 332889aec2
commit 59c58a0c27

View File

@@ -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)