mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Added update manager
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user