forked from qt-creator/qt-creator
Breakpad: Add forgotten project file for the crash handler
This commit is contained in:
10
src/tools/qtcrashhandler/qtcrashhandler.pro
Normal file
10
src/tools/qtcrashhandler/qtcrashhandler.pro
Normal 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)
|
||||
Reference in New Issue
Block a user