aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltime/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmltime/.prev_CMakeLists.txt')
-rw-r--r--tools/qmltime/.prev_CMakeLists.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/tools/qmltime/.prev_CMakeLists.txt b/tools/qmltime/.prev_CMakeLists.txt
deleted file mode 100644
index 71a1d76666..0000000000
--- a/tools/qmltime/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-# Generated from qmltime.pro.
-
-#####################################################################
-## qmltime Tool:
-#####################################################################
-
-qt_get_tool_target_name(target_name qmltime)
-qt_internal_add_tool(${target_name}
- TARGET_DESCRIPTION "QML Time"
- SOURCES
- qmltime.cpp qmltime.h
- PUBLIC_LIBRARIES
- Qt::Gui
- Qt::Qml
- Qt::Quick
- Qt::QuickPrivate
-)
-
-#### Keys ignored in scope 1:.:.:qmltime.pro:<TRUE>:
-# QMAKE_TARGET_DESCRIPTION = "QML" "Time"
-# QML_IMPORT_NAME = "QmlTime"
-# QML_IMPORT_VERSION = "1.0"
-
-## Scopes:
-#####################################################################
-
-set_target_properties(${target_name} PROPERTIES
- QT_QML_MODULE_VERSION 1.0
- QT_QML_MODULE_URI QmlTime
-)
-
-qt6_qml_type_registration(${target_name})