forked from qt-creator/qt-creator
CrashHandler: Link against utils library
This is what QBS does, too, and it spares us having a self-contained sub-set of libUtils that can be compiled into the crashhandler. Change-Id: I94e93192c058fc34e1838aeac536db52a3932157 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
QTC_LIB_DEPENDS += utils
|
||||||
|
|
||||||
include(../../qtcreatortool.pri)
|
include(../../qtcreatortool.pri)
|
||||||
|
|
||||||
TARGET = qtcreator_crash_handler
|
TARGET = qtcreator_crash_handler
|
||||||
@@ -7,26 +9,13 @@ SOURCES += \
|
|||||||
backtracecollector.cpp \
|
backtracecollector.cpp \
|
||||||
crashhandlerdialog.cpp \
|
crashhandlerdialog.cpp \
|
||||||
crashhandler.cpp \
|
crashhandler.cpp \
|
||||||
utils.cpp \
|
utils.cpp
|
||||||
../../libs/utils/qtcassert.cpp \
|
|
||||||
../../libs/utils/checkablemessagebox.cpp \
|
|
||||||
../../libs/utils/environment.cpp \
|
|
||||||
../../libs/utils/fileutils.cpp \
|
|
||||||
../../libs/utils/hostosinfo.cpp \
|
|
||||||
../../libs/utils/savefile.cpp
|
|
||||||
|
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
backtracecollector.h \
|
backtracecollector.h \
|
||||||
crashhandlerdialog.h \
|
crashhandlerdialog.h \
|
||||||
crashhandler.h \
|
crashhandler.h \
|
||||||
utils.h \
|
utils.h
|
||||||
../../libs/utils/qtcassert.h \
|
|
||||||
../../libs/utils/checkablemessagebox.h \
|
|
||||||
../../libs/utils/environment.h \
|
|
||||||
../../libs/utils/fileutils.h \
|
|
||||||
../../libs/utils/hostosinfo.h \
|
|
||||||
../../libs/utils/savefile.h
|
|
||||||
|
|
||||||
FORMS += \
|
FORMS += \
|
||||||
crashhandlerdialog.ui
|
crashhandlerdialog.ui
|
||||||
|
Reference in New Issue
Block a user