This commit is contained in:
zhuzihcu
2023-03-06 12:09:06 +08:00
parent 3cbe2cb509
commit fdecf5a564
28 changed files with 376 additions and 48 deletions

View File

@ -13,6 +13,8 @@ RESOURCES += \
HEADERS += \
Def.h \
FluApp.h \
FluColorSet.h \
FluColors.h \
Fluent.h \
FluentUI.h \
FramelessView.h \
@ -23,6 +25,8 @@ HEADERS += \
SOURCES += \
Def.cpp \
FluApp.cpp \
FluColorSet.cpp \
FluColors.cpp \
Fluent.cpp \
FluentUI.cpp \
WindowHelper.cpp \