aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qml/qml.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2019-04-15 15:59:03 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2019-04-17 06:25:10 +0000
commitd7b7fed0cddf6236db3cf1bfdf9cc1380929cf5c (patch)
tree396f1ef554656b862e10f1eee3914acc2c664e7d /tools/qml/qml.qrc
parent259c958e21c63f227a1bb678867210e0f6af0991 (diff)
Update the QML Runtime icon
A new one has been drawn; use it on all platforms, not just on macOS. It is now also used as the default window icon, to be more identifiable when minimized, etc. Of course it can be overridden by plugins that can be loaded from qml. [ChangeLog][QtQml][qml] The QML Runtime tool now has an updated application icon and a default window icon. QtQuick applications can still use QWindow::setIcon() to override the window icon. Task-number: QTBUG-70826 Task-number: QTBUG-74662 Change-Id: I8671d0c99f7f4283dbe2dc4c605abb560f7bf1a1 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tools/qml/qml.qrc')
-rw-r--r--tools/qml/qml.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qml/qml.qrc b/tools/qml/qml.qrc
index 1f0ffdace2..e4be1793d4 100644
--- a/tools/qml/qml.qrc
+++ b/tools/qml/qml.qrc
@@ -2,5 +2,6 @@
<qresource prefix="qt-project.org/QmlRuntime">
<file>conf/configuration.qml</file>
<file>conf/qtquick.qml</file>
+ <file>resources/qml-64.png</file>
</qresource>
</RCC>