安装模块窗口
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user