add qtbuild.

This commit is contained in:
2024-08-10 12:32:28 +08:00
parent ba855b4c88
commit d21a956d6d
5 changed files with 207 additions and 2 deletions

8
QtDemo/Main.qml Normal file
View File

@@ -0,0 +1,8 @@
import QtQuick
Window {
width: 640
height: 480
visible: true
title: qsTr("Hello World")
}