mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-15 03:22:04 +08:00
初步多线程
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user