mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Add migration code for WebUI https related change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user