This commit is contained in:
2023-03-26 21:53:03 +08:00
parent 542668311d
commit c3062915f4
6 changed files with 272 additions and 14 deletions

View File

@@ -33,14 +33,16 @@ SOURCES += \
buildvbox.cpp \
vbox.cpp \
command.cpp \
infoutils.cpp
infoutils.cpp \
qemu.cpp
HEADERS += \
mainwindow.h \
buildvbox.h \
vbox.h \
command.h \
infoutils.h
infoutils.h \
qemu.h
FORMS += \
mainwindow.ui