From: Debian Qt/KDE Maintainers Date: Fri, 19 Mar 2021 17:46:16 +0000 (+0000) Subject: The qmltime should be a tool, not a normal executable or an app. X-Git-Tag: archive/raspbian/5.15.2+dfsg-5+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=284af02bdff54a0edeff2fe3ba711e32dc3f5029;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)