The qmltime should be a tool, not a normal executable or an app.
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 28 Jan 2021 10:25:24 +0000 (10:25 +0000)
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

index c915f6e8c1800ecd649e342d59ca10ca9964bbf3..366d90f75b8ff08aed3a41200d9fac3892d16c08 100644 (file)
@@ -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)