aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/qmleasing/CMakeLists.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/tools/qmleasing/CMakeLists.txt b/tools/qmleasing/CMakeLists.txt
index a057e4c50c..e93995326b 100644
--- a/tools/qmleasing/CMakeLists.txt
+++ b/tools/qmleasing/CMakeLists.txt
@@ -1,11 +1,10 @@
# Generated from qmleasing.pro.
#####################################################################
-## qmleasing Binary:
+## qmleasing App:
#####################################################################
-qt_add_executable(qmleasing
- GUI
+qt_internal_add_app(qmleasing
SOURCES
import.ui
main.cpp
@@ -36,6 +35,6 @@ qt_add_resource(qmleasing "resources"
${resources_resource_files}
)
-
-#### Keys ignored in scope 1:.:.:qmleasing.pro:<TRUE>:
-# QMAKE_TARGET_DESCRIPTION = "QML" "Easing" "Curve" "Editor"
+set_target_properties(qmleasing PROPERTIES
+ QT_TARGET_DESCRIPTION "QML Easing Curve Editor"
+)