mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Logger base class.
This commit is contained in:
@@ -110,7 +110,8 @@ HEADERS += misc.h \
|
||||
qinisettings.h \
|
||||
smtp.h \
|
||||
dnsupdater.h \
|
||||
application.h
|
||||
application.h \
|
||||
logger.h
|
||||
|
||||
SOURCES += main.cpp \
|
||||
downloadthread.cpp \
|
||||
@@ -120,7 +121,8 @@ SOURCES += main.cpp \
|
||||
fs_utils.cpp \
|
||||
smtp.cpp \
|
||||
dnsupdater.cpp \
|
||||
application.cpp
|
||||
application.cpp \
|
||||
logger.cpp
|
||||
|
||||
nox {
|
||||
HEADERS += headlessloader.h
|
||||
|
||||
Reference in New Issue
Block a user