summaryrefslogtreecommitdiff
path: root/src/tools/qtcrashhandler/qtcrashhandler.pro
blob: 05499693f63767d2f9dac8e210e2217d5f81673c (plain)
1
2
3
4
5
6
7
8
9
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)