初步多线程

This commit is contained in:
2024-01-02 22:40:51 +08:00
parent c4b977c31c
commit 42516f874a
6 changed files with 144 additions and 6 deletions

View File

@@ -11,15 +11,18 @@ CONFIG += c++17
SOURCES += \
about_this_program.cpp \
main.cpp \
mainwindow.cpp
mainwindow.cpp \
qr.cpp
HEADERS += \
about_this_program.h \
mainwindow.h
mainwindow.h \
qr.h
FORMS += \
about_this_program.ui \
mainwindow.ui
mainwindow.ui \
qr.ui
TRANSLATIONS += \
deep-wine-runner-cpp_zh_CN.ts