Add migration code for WebUI https related change

This commit is contained in:
Chocobo1
2019-01-28 15:36:19 +08:00
parent 5cdb3b6a2d
commit 52de31ac79
4 changed files with 90 additions and 11 deletions

View File

@@ -17,13 +17,15 @@ usesystemqtsingleapplication {
HEADERS += \
$$PWD/application.h \
$$PWD/cmdoptions.h \
$$PWD/filelogger.h
$$PWD/filelogger.h \
$$PWD/upgrade.h
SOURCES += \
$$PWD/application.cpp \
$$PWD/cmdoptions.cpp \
$$PWD/filelogger.cpp \
$$PWD/main.cpp
$$PWD/main.cpp \
$$PWD/upgrade.cpp
stacktrace {
unix {
@@ -37,6 +39,3 @@ stacktrace {
}
}
}
# upgrade code
HEADERS += $$PWD/upgrade.h