安装模块窗口

This commit is contained in:
2024-04-23 22:39:20 +08:00
parent 9909e472d5
commit cae8205d95
7 changed files with 174 additions and 13 deletions

View File

@@ -10,17 +10,21 @@ CONFIG += c++17
SOURCES += \
kernelinformation.cpp \
kernelinstaller.cpp \
main.cpp \
mainwindow.cpp
HEADERS += \
kernelinformation.h \
kernelinstaller.h \
mainwindow.h
FORMS += \
kernelinstaller.ui \
mainwindow.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
unix:!macx: LIBS += -lqtermwidget5