pro:优化单例启动。

This commit is contained in:
2025-06-13 10:23:43 +08:00
parent 491402f7bb
commit 67f469bcc9
36 changed files with 3051 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
QT += widgets
HEADERS = button.h \
calculator.h
SOURCES = button.cpp \
calculator.cpp \
main.cpp
# Single Application implementation
include(../../singleapplication.pri)
DEFINES += QAPPLICATION_CLASS=QApplication