forked from qt-creator/qt-creator
CMake build: Re-add qtcreatorcrashhandler
On Linux for Debug configurations, like it was for the qmake build. Change-Id: I9ffc8687010ba7900203520c1609f7112c5434be Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
if (LINUX) # Debug build only!
|
add_qtc_executable(qtcreatorcrashhandler
|
||||||
add_qtc_executable(qtcreatorcrashhandler
|
CONDITION UNIX AND NOT APPLE AND (CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||||
DEPENDS Utils Qt5::Widgets
|
DEPENDS app_version Utils Qt5::Widgets
|
||||||
SOURCES
|
SOURCES
|
||||||
backtracecollector.cpp backtracecollector.h
|
backtracecollector.cpp backtracecollector.h
|
||||||
crashhandler.cpp crashhandler.h
|
crashhandler.cpp crashhandler.h
|
||||||
crashhandlerdialog.cpp crashhandlerdialog.h crashhandlerdialog.ui
|
crashhandlerdialog.cpp crashhandlerdialog.h crashhandlerdialog.ui
|
||||||
main.cpp
|
main.cpp
|
||||||
utils.cpp utils.h
|
utils.cpp utils.h
|
||||||
)
|
)
|
||||||
endif()
|
|
||||||
|
Reference in New Issue
Block a user