refactor: new start

This commit is contained in:
ivaquero
2026-04-18 01:46:43 +08:00
parent 35e8a21f00
commit b3ecb2708a
12 changed files with 587 additions and 216 deletions
+13 -3
View File
@@ -1,15 +1,25 @@
# Created by and for Qt Creator This file was created for editing the project sources only.
# You may attempt to use it for building too, by modifying this file here.
#TARGET = flock
TARGET = flock
QT = core gui widgets
SOURCES = \
$$PWD/main.cpp
$$PWD/main.cpp \
$$PWD/clockwidget.cpp
HEADERS = \
$$PWD/clockwidget.h
INCLUDEPATH = \
$$PWD/.
#DEFINES =
# Set build output directories
DESTDIR = $$PWD/build
OBJECTS_DIR = $$PWD/build
MOC_DIR = $$PWD/build
RCC_DIR = $$PWD/build
UI_DIR = $$PWD/build
#DEFINES =