Added update manager

This commit is contained in:
SimplestStudio
2022-02-12 11:43:18 +02:00
parent 0eee7dbcdd
commit 87a9cac71f
10 changed files with 714 additions and 42 deletions

View File

@ -65,6 +65,7 @@ INCLUDEPATH += \
HEADERS += \
$$PWD/src/asctabwidget.h \
$$PWD/src/cupdatemanager.h \
$$PWD/src/version.h \
$$PWD/src/defines.h \
$$PWD/src/cdownloadwidget.h \
@ -99,7 +100,6 @@ HEADERS += \
$$PWD/src/cwindowsqueue.h \
$$PWD/src/ceventdriver.h \
$$PWD/src/csvgpushbutton.h \
$$PWD/src/cappupdater.h \
$$PWD/src/cappeventfilter.h \
$$PWD/src/cthemes.h
# src/ctabbar_p.h \
@ -109,6 +109,7 @@ HEADERS += \
SOURCES += \
$$PWD/src/csplash.cpp \
$$PWD/src/cupdatemanager.cpp \
$$PWD/src/main.cpp \
$$PWD/src/asctabwidget.cpp\
$$PWD/src/cdownloadwidget.cpp \
@ -137,7 +138,6 @@ SOURCES += \
$$PWD/src/ceditortools.cpp \
$$PWD/src/ceventdriver.cpp \
$$PWD/src/csvgpushbutton.cpp \
$$PWD/src/cappupdater.cpp \
$$PWD/src/cappeventfilter.cpp \
$$PWD/src/cthemes.cpp
# src/ctabstyle.cpp