add config.xml

This commit is contained in:
ivaquero
2026-04-18 01:53:51 +08:00
parent b3ecb2708a
commit 49b39b74d2
10 changed files with 391 additions and 24 deletions
+4 -2
View File
@@ -7,10 +7,12 @@ QT = core gui widgets
SOURCES = \
$$PWD/main.cpp \
$$PWD/clockwidget.cpp
$$PWD/clockwidget.cpp \
$$PWD/configmanager.cpp
HEADERS = \
$$PWD/clockwidget.h
$$PWD/clockwidget.h \
$$PWD/configmanager.h
INCLUDEPATH = \
$$PWD/.