[win-linux] add use of provider list

This commit is contained in:
SimplestStudio
2024-05-07 10:41:12 +03:00
parent 1c601a3bc2
commit 873d0332f8
9 changed files with 181 additions and 2 deletions

View File

@ -97,6 +97,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 +136,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 \