From c95cf1c0cf3e8a8dc1f76ab85c03d0570d0ed160 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 24 Jun 2022 12:36:38 +0200 Subject: [PATCH] Fix crash handler executable name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Amends 17129dc93192783574cb4ea9c96fc6a42c5ffd15 Change-Id: I28f8fca14857454ada7c0a1cbce6d5db6a5ab37e Reviewed-by: Reviewed-by: Qt CI Bot Reviewed-by: Robert Löhning --- src/tools/qtcreatorcrashhandler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/qtcreatorcrashhandler/CMakeLists.txt b/src/tools/qtcreatorcrashhandler/CMakeLists.txt index 64eb7d3d35d..fc2a477d06f 100644 --- a/src/tools/qtcreatorcrashhandler/CMakeLists.txt +++ b/src/tools/qtcreatorcrashhandler/CMakeLists.txt @@ -1,4 +1,4 @@ -add_qtc_executable(qtcreatorcrashhandler +add_qtc_executable(qtcreator_crash_handler CONDITION UNIX AND NOT APPLE AND (CMAKE_BUILD_TYPE STREQUAL "Debug") DEPENDS app_version Utils Qt5::Widgets SOURCES