Use proper start file for Cpp Demo Project

Fixup. The other MainFile.ui.qml should be removed.

Change-Id: Ifca025f59a624e14f68ab74d406d6ad914b4c376
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2021-12-01 13:21:29 +01:00
parent e2dbd5b280
commit bbb7a8fe4e

View File

@@ -121,7 +121,7 @@ ListModel {
ListElement {
projectName: "cppdemoproject"
explicitQmlproject: "qml/qdsproject.qmlproject"
qmlFileName: "MainFile.ui.qml"
qmlFileName: "WashingMachineHome/MainFile.ui.qml"
thumbnail: "images/cppdemo_thumbnail.png"
displayName: "C++ Demo Project"
url: "https://download.qt.io/learning/examples/qtdesignstudio/cppdemoproject.zip"