Merge branch 'release/v8.1.0' into develop

This commit is contained in:
SimplestStudio
2024-06-25 10:57:57 +03:00
359 changed files with 21613 additions and 13436 deletions

View File

@ -49,7 +49,8 @@ TRANSLATIONS = ./langs/en.ts \
./langs/zh_TW.ts \
./langs/si.ts \
./langs/ar_SA.ts \
./langs/sr_Latn_RS.ts
./langs/sr_Latn_RS.ts \
./langs/sr_Cyrl_RS.ts
CORE_ROOT_DIR = $$PWD/../../core
@ -97,6 +98,7 @@ HEADERS += \
$$PWD/src/clogger.h \
$$PWD/src/clangater.h \
$$PWD/src/cprintdata.h \
$$PWD/src/cproviders.h \
$$PWD/src/cscalingwrapper.h \
$$PWD/src/ctabundockevent.h \
$$PWD/src/ccefeventsgate.h \
@ -135,6 +137,7 @@ SOURCES += \
$$PWD/src/clogger.cpp \
$$PWD/src/clangater.cpp \
$$PWD/src/cprintdata.cpp \
$$PWD/src/cproviders.cpp \
$$PWD/src/cscalingwrapper.cpp \
$$PWD/src/ctabundockevent.cpp \
$$PWD/src/ccefeventsgate.cpp \