mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 11:49:01 +03:00
commit
61efc76b82
2 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,7 @@ rss/rssmanager.h
|
|||
utils/fs.h
|
||||
utils/gzip.h
|
||||
utils/misc.h
|
||||
utils/net.h
|
||||
utils/random.h
|
||||
utils/string.h
|
||||
filesystemwatcher.h
|
||||
|
@ -104,6 +105,7 @@ rss/rssmanager.cpp
|
|||
utils/fs.cpp
|
||||
utils/gzip.cpp
|
||||
utils/misc.cpp
|
||||
utils/net.cpp
|
||||
utils/random.cpp
|
||||
utils/string.cpp
|
||||
filesystemwatcher.cpp
|
||||
|
|
|
@ -32,6 +32,7 @@ addnewtorrentdialog.h
|
|||
advancedsettings.h
|
||||
advancedsettings.h
|
||||
autoexpandabledialog.h
|
||||
banlistoptions.h
|
||||
categoryfiltermodel.h
|
||||
categoryfilterwidget.h
|
||||
cookiesdialog.h
|
||||
|
@ -73,6 +74,7 @@ set(QBT_GUI_SOURCES
|
|||
addnewtorrentdialog.cpp
|
||||
advancedsettings.cpp
|
||||
autoexpandabledialog.cpp
|
||||
banlistoptions.cpp
|
||||
categoryfiltermodel.cpp
|
||||
categoryfilterwidget.cpp
|
||||
cookiesdialog.cpp
|
||||
|
@ -114,6 +116,7 @@ endif (WIN32 OR APPLE)
|
|||
set(QBT_GUI_FORMS
|
||||
mainwindow.ui
|
||||
about.ui
|
||||
banlistoptions.ui
|
||||
cookiesdialog.ui
|
||||
preview.ui
|
||||
login.ui
|
||||
|
|
Loading…
Reference in a new issue