summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-09-06 13:41:26 +0200
committerKai Koehne <kai.koehne@qt.io>2017-09-06 13:23:19 +0000
commit70a30fb0cf0ae4dbb844896538ed388dbe14bc26 (patch)
tree873876d4ff0f549c500423a0a2c10da4679fdf7c
parent9b449045fbd5fd3b58bcaff6cf0c5878cd6e64eb (diff)
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>
-rw-r--r--src/tools/qwebengine_convert_dict/qwebengine_convert_dict.pro2
1 files changed, 2 insertions, 0 deletions
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).