diff --git a/share/qtcreator/welcomescreen/widgets/Logo.qml b/share/qtcreator/welcomescreen/widgets/Logo.qml
index c999c9f94db04cbd08f5e308030b8b8a72e2d15a..e8befb5c97e593f5ab68b72caa0ed84f2283384a 100644
--- a/share/qtcreator/welcomescreen/widgets/Logo.qml
+++ b/share/qtcreator/welcomescreen/widgets/Logo.qml
@@ -34,5 +34,17 @@ import QtQuick 1.0
 
 Image {
     id: logo
-    source: "images/logo.png"
+    source: "images/qtcreator.png"
+    Text {
+        y: 21
+        color: "#424242"
+        text: "Qt Creator"
+        font.bold: true
+        anchors.left: parent.left
+        anchors.leftMargin: 52
+        anchors.bottom: parent.bottom
+        anchors.bottomMargin: 6
+        font.pixelSize: 14
+        font.family: "Helvetica"
+    }
 }
diff --git a/share/qtcreator/welcomescreen/widgets/images/logo.png b/share/qtcreator/welcomescreen/widgets/images/logo.png
deleted file mode 100644
index bf7c8fd802709acd2e7225c004eb86e346a117d3..0000000000000000000000000000000000000000
Binary files a/share/qtcreator/welcomescreen/widgets/images/logo.png and /dev/null differ
diff --git a/share/qtcreator/welcomescreen/widgets/images/qtcreator.png b/share/qtcreator/welcomescreen/widgets/images/qtcreator.png
new file mode 100644
index 0000000000000000000000000000000000000000..fca5342d45b6bd8cb700b6c82ba95e9a86fe78f8
Binary files /dev/null and b/share/qtcreator/welcomescreen/widgets/images/qtcreator.png differ