diff --git a/share/qtcreator/welcomescreen/welcomescreen.qmlproject b/share/qtcreator/welcomescreen/welcomescreen.qmlproject
index 4132c632bca455db0f1fd2f14826c2ba4b905299..0f74672546d5d321134ef50110136b8141866e5e 100644
--- a/share/qtcreator/welcomescreen/welcomescreen.qmlproject
+++ b/share/qtcreator/welcomescreen/welcomescreen.qmlproject
@@ -1,9 +1,7 @@
-/* File generated by Qt Creator, version 2.3.81 */
-
 import QmlProject 1.1
 
 Project {
-    mainFile: "welcomepage.qml"
+    mainFile: "welcomescreen.qml"
 
     /* Include .qml, .js, and image files from current directory and subdirectories */
     QmlFiles {
@@ -15,10 +13,6 @@ Project {
     ImageFiles {
         directory: "."
     }
-    importPaths: {
-        directory: "."
-    }
 
-    /* List of plugin directories passed to QML runtime */
-    // importPaths: [ "../exampleplugin" ]
+    importPaths: [ "." ]
 }