Blame SOURCES/0017-Use-load-qt_tool-for-qmltime.patch

383017
From 30c7a6c6a874264800d398df8c3ec65f30707c92 Mon Sep 17 00:00:00 2001
383017
From: Li Xinwei <1326710505@qq.com>
383017
Date: Tue, 8 Dec 2020 15:36:01 +0800
383017
Subject: [PATCH 17/28] Use load(qt_tool) for qmltime
383017
383017
The qmltime should be a tool, not a normal executable or an app.
383017
383017
Change-Id: I64c76877907297a6a817ba5903786bcc7fba8fdd
383017
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
383017
(cherry picked from commit e6e262da1423bcb7cfe3db9f83fe0df54483c8d4)
383017
---
383017
 tools/qmltime/qmltime.pro | 3 ++-
383017
 1 file changed, 2 insertions(+), 1 deletion(-)
383017
383017
diff --git a/tools/qmltime/qmltime.pro b/tools/qmltime/qmltime.pro
383017
index c915f6e8c1..366d90f75b 100644
383017
--- a/tools/qmltime/qmltime.pro
383017
+++ b/tools/qmltime/qmltime.pro
383017
@@ -1,4 +1,3 @@
383017
-TEMPLATE = app
383017
 TARGET = qmltime
383017
 QT += qml quick
383017
 QT += quick-private
383017
@@ -12,3 +11,5 @@ QMAKE_TARGET_DESCRIPTION = QML Time
383017
 
383017
 SOURCES += qmltime.cpp
383017
 HEADERS += qmltime.h
383017
+
383017
+load(qt_tool)
383017
-- 
383017
2.31.1
383017