summaryrefslogtreecommitdiff
path: root/src/tools/qtcreatorcrashhandler/qtcreatorcrashhandler.pro
blob: ca7c9208ac70e36ba1bd6bbc164533ab74f6a8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
QTC_LIB_DEPENDS += utils

include(../../qtcreatortool.pri)

DESTDIR = $$IDE_BIN_PATH
TARGET = qtcreator_crash_handler

SOURCES += \
    main.cpp \
    backtracecollector.cpp \
    crashhandlerdialog.cpp \
    crashhandler.cpp \
    utils.cpp

HEADERS += \
    backtracecollector.h \
    crashhandlerdialog.h \
    crashhandler.h \
    utils.h

FORMS += \
    crashhandlerdialog.ui