From 70a30fb0cf0ae4dbb844896538ed388dbe14bc26 Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@qt.io>
Date: Wed, 6 Sep 2017 13:41:26 +0200
Subject: [PATCH] Win: Set proper descriptions for tools

This is shown in the file properties and in crash dialogs.

Task-number: QTBUG-61970
Change-Id: I9e5398cbaff1eda4908fbe0fc89c481d65808771
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
---
 src/tools/qwebengine_convert_dict/qwebengine_convert_dict.pro | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tools/qwebengine_convert_dict/qwebengine_convert_dict.pro b/src/tools/qwebengine_convert_dict/qwebengine_convert_dict.pro
index 4e2c8c847..55b78c696 100644
--- a/src/tools/qwebengine_convert_dict/qwebengine_convert_dict.pro
+++ b/src/tools/qwebengine_convert_dict/qwebengine_convert_dict.pro
@@ -41,6 +41,8 @@ INCLUDEPATH += $$CHROMIUM_SRC_DIR
 SOURCES += \
     main.cpp
 
+QMAKE_TARGET_DESCRIPTION = "Qt WebEngine Dictionary Converter"
+
 # Support converting dictionaries in a prefix build, by supplying
 # the path to the ICU data file located in the Qt build path, rather
 # than the install path (which is not present at build time).
-- 
GitLab