aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Xinwei <1326710505@qq.com>2020-12-08 15:36:01 +0800
committerLi Xinwei <1326710505@qq.com>2020-12-08 16:15:06 +0800
commit30c7a6c6a874264800d398df8c3ec65f30707c92 (patch)
treeba29f444ba4628756fa57d8942159813177ce263
parent37c290c5b8659256ff574a06a3df2c363ae446b5 (diff)
Use load(qt_tool) for qmltime
The qmltime should be a tool, not a normal executable or an app. Change-Id: I64c76877907297a6a817ba5903786bcc7fba8fdd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit e6e262da1423bcb7cfe3db9f83fe0df54483c8d4)
-rw-r--r--tools/qmltime/qmltime.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qmltime/qmltime.pro b/tools/qmltime/qmltime.pro
index c915f6e8c1..366d90f75b 100644
--- a/tools/qmltime/qmltime.pro
+++ b/tools/qmltime/qmltime.pro
@@ -1,4 +1,3 @@
-TEMPLATE = app
TARGET = qmltime
QT += qml quick
QT += quick-private
@@ -12,3 +11,5 @@ QMAKE_TARGET_DESCRIPTION = QML Time
SOURCES += qmltime.cpp
HEADERS += qmltime.h
+
+load(qt_tool)