From 153263e1c874ba773ab14762cbc5eca47b256ad2 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Tue, 24 Aug 2021 17:04:49 +0100 Subject: [PATCH] The qmltime should be a tool, not a normal executable or an app. Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?h=5.15&id=30c7a6c6a8742648 Last-Update: 2021-01-18 Gbp-Pq: Name qmltime-tool.patch --- tools/qmltime/qmltime.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/qmltime/qmltime.pro b/tools/qmltime/qmltime.pro index c915f6e8c..366d90f75 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) -- 2.30.2