diff options
Diffstat (limited to 'src/tools/qtcreatorcrashhandler/qtcreatorcrashhandler.pro')
-rw-r--r-- | src/tools/qtcreatorcrashhandler/qtcreatorcrashhandler.pro | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/tools/qtcreatorcrashhandler/qtcreatorcrashhandler.pro b/src/tools/qtcreatorcrashhandler/qtcreatorcrashhandler.pro new file mode 100644 index 0000000000..551de3008d --- /dev/null +++ b/src/tools/qtcreatorcrashhandler/qtcreatorcrashhandler.pro @@ -0,0 +1,26 @@ +include(../../../qtcreator.pri) + +TARGET = qtcreator_crash_handler +DESTDIR = $$IDE_BIN_PATH + +CONFIG -= app_bundle +TEMPLATE = app + +SOURCES += \ + main.cpp \ + backtracecollector.cpp \ + crashhandlerdialog.cpp \ + crashhandler.cpp \ + utils.cpp + +HEADERS += \ + backtracecollector.h \ + crashhandlerdialog.h \ + crashhandler.h \ + utils.h + +FORMS += \ + crashhandlerdialog.ui + +target.path = /bin +INSTALLS += target |