From: Debian Qt/KDE Maintainers Date: Tue, 1 Jun 2021 21:37:21 +0000 (+0100) Subject: The qmltime should be a tool, not a normal executable or an app. X-Git-Tag: archive/raspbian/5.15.2+dfsg-6+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d950df0674bb4e5b4c0be815a64e6bfcd4d0e4a2;p=qtdeclarative-opensource-src.git 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 --- 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)