forked from qt-creator/qt-creator
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user