Qtcrashhandler.pri
-
I'm trying to compile the qt-creator-2.4.1-src\src\tools\qtcrashhandler\qtcrashhandler.pro project
-
IIRC this needs some external breakpad support installed.
http://developer.qt.nokia.com/forums/viewthread/8733 seems to have more information.
-
I'm looking for this file qtcrashhandler.pri in the qt-creator-2.4.1-src\src\tools\qtcrashhandler\qtcrashhandler.pro
@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)@