summaryrefslogtreecommitdiffstats
path: root/src/tools/uic
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-05-12 13:22:49 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-05-12 14:31:12 +0200
commit286d79d2ed6ed6627fad806954576a639ed0b95b (patch)
tree1e197b449a89410c11c25f6c92b38bf6d3b03b91 /src/tools/uic
parentb82c5fa4ac4029e3e283f26537f3f7f0ef6f32c6 (diff)
pro2cmake: Handle QMAKE_TARGET_XXX variables
Change-Id: I62151e04d21c20d8c8ad5825464f26074c8abc3d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/tools/uic')
-rw-r--r--src/tools/uic/.prev_CMakeLists.txt1
-rw-r--r--src/tools/uic/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/uic/.prev_CMakeLists.txt b/src/tools/uic/.prev_CMakeLists.txt
index 4cd28d7070..76c9bac287 100644
--- a/src/tools/uic/.prev_CMakeLists.txt
+++ b/src/tools/uic/.prev_CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(uic
+ TARGET_DESCRIPTION "Qt User Interface Compiler"
SOURCES
cpp/cppwritedeclaration.cpp cpp/cppwritedeclaration.h
cpp/cppwriteincludes.cpp cpp/cppwriteincludes.h
diff --git a/src/tools/uic/CMakeLists.txt b/src/tools/uic/CMakeLists.txt
index 21fd232349..d6b45432bc 100644
--- a/src/tools/uic/CMakeLists.txt
+++ b/src/tools/uic/CMakeLists.txt
@@ -5,6 +5,7 @@
#####################################################################
qt_add_tool(uic
+ TARGET_DESCRIPTION "Qt User Interface Compiler"
TOOLS_TARGET Widgets # special case
SOURCES
cpp/cppwritedeclaration.cpp cpp/cppwritedeclaration.h