初步可以运行命令

This commit is contained in:
2024-01-21 22:42:58 +08:00
parent 8eec84a689
commit 8090ac0f8d
6 changed files with 107 additions and 3 deletions

View File

@@ -9,10 +9,12 @@ CONFIG += c++17
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
installdeb.cpp \
main.cpp \
mainwindow.cpp
HEADERS += \
installdeb.h \
mainwindow.h
FORMS += \
@@ -27,3 +29,4 @@ CONFIG += embed_translations
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
unix:!macx: LIBS += -lqtermwidget5 # 这一行让我查了好久