Commit f263d206 authored by Kai Koehne's avatar Kai Koehne
Browse files

Set proper descriptions for tools


Task-number: QTBUG-61970
Change-Id: I188638ac433f3f313a1e93b5f26f73f8fc680ed6
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: default avatarAndy Shaw <andy.shaw@qt.io>
Showing with 3 additions and 0 deletions
...@@ -2,4 +2,5 @@ option(host_build) ...@@ -2,4 +2,5 @@ option(host_build)
CONFIG += force_bootstrap CONFIG += force_bootstrap
SOURCES = main.cpp SOURCES = main.cpp
QMAKE_TARGET_DESCRIPTION = "Active Qt Interface Description Compiler"
load(qt_tool) load(qt_tool)
...@@ -3,4 +3,5 @@ DEFINES += QT_NO_CAST_TO_ASCII QT_ASCII_CAST_WARNINGS ...@@ -3,4 +3,5 @@ DEFINES += QT_NO_CAST_TO_ASCII QT_ASCII_CAST_WARNINGS
SOURCES = main.cpp SOURCES = main.cpp
QMAKE_TARGET_DESCRIPTION = "Active Qt DumpCpp"
load(qt_tool) load(qt_tool)
...@@ -2,4 +2,5 @@ QT += axcontainer widgets ...@@ -2,4 +2,5 @@ QT += axcontainer widgets
SOURCES += main.cpp SOURCES += main.cpp
QMAKE_TARGET_DESCRIPTION = "Active Qt DumpDoc"
load(qt_tool) load(qt_tool)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment