Win: Set a proper description for the Qt tools
This is shown in the file properties, and in crash dialogs. Task-number: QTBUG-61970 Change-Id: Icf12fabb7fad30638c4e94c8ea8729c9106d01d9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
parent
1eedfd0e66
commit
710875efde
@ -12,4 +12,5 @@ include(moc.pri)
|
||||
HEADERS += qdatetime_p.h
|
||||
SOURCES += main.cpp
|
||||
|
||||
QMAKE_TARGET_DESCRIPTION = "Qt Meta Object Compiler"
|
||||
load(qt_tool)
|
||||
|
@ -9,4 +9,5 @@ include(../moc/moc.pri)
|
||||
|
||||
SOURCES += qdbuscpp2xml.cpp
|
||||
|
||||
QMAKE_TARGET_DESCRIPTION = "Qt D-Bus C++ to XML Compiler"
|
||||
load(qt_tool)
|
||||
|
@ -12,4 +12,5 @@ QMAKE_CXXFLAGS += $$QT_HOST_CFLAGS_DBUS
|
||||
|
||||
SOURCES = qdbusxml2cpp.cpp
|
||||
|
||||
QMAKE_TARGET_DESCRIPTION = "Qt D-Bus XML to C++ Compiler"
|
||||
load(qt_tool)
|
||||
|
@ -25,4 +25,5 @@ OTHER_FILES += \
|
||||
DEFINES += \
|
||||
QT_NO_FOREACH
|
||||
|
||||
QMAKE_TARGET_DESCRIPTION = "Qt Look Ahead LR Parser"
|
||||
load(qt_tool)
|
||||
|
@ -2,4 +2,5 @@ option(host_build)
|
||||
|
||||
SOURCES += qvkgen.cpp
|
||||
|
||||
QMAKE_TARGET_DESCRIPTION = "Qt Vulkan Header Generator"
|
||||
load(qt_tool)
|
||||
|
@ -6,4 +6,5 @@ DEFINES += QT_RCC QT_NO_CAST_FROM_ASCII QT_NO_FOREACH
|
||||
include(rcc.pri)
|
||||
SOURCES += main.cpp
|
||||
|
||||
QMAKE_TARGET_DESCRIPTION = "Qt Resource Compiler"
|
||||
load(qt_tool)
|
||||
|
@ -12,4 +12,5 @@ HEADERS += uic.h
|
||||
SOURCES += main.cpp \
|
||||
uic.cpp
|
||||
|
||||
QMAKE_TARGET_DESCRIPTION = "Qt User Interface Compiler"
|
||||
load(qt_tool)
|
||||
|
Loading…
Reference in New Issue
Block a user