mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-30 20:28:05 -06:00
- Initial commit (both lists are merged but not all the features are there and it is probably buggy)
This commit is contained in:
@@ -185,7 +185,9 @@ HEADERS += GUI.h \
|
||||
torrentPersistentData.h \
|
||||
FeedDownloader.h \
|
||||
feedList.h \
|
||||
supportedEngines.h
|
||||
supportedEngines.h \
|
||||
TransferListWidget.h \
|
||||
TransferListDelegate.h
|
||||
FORMS += MainWindow.ui \
|
||||
options.ui \
|
||||
about.ui \
|
||||
@@ -228,5 +230,6 @@ SOURCES += GUI.cpp \
|
||||
eventmanager.cpp \
|
||||
SearchTab.cpp \
|
||||
ico.cpp \
|
||||
rss.cpp
|
||||
rss.cpp \
|
||||
TransferListWidget.cpp
|
||||
DESTDIR = .
|
||||
|
||||
Reference in New Issue
Block a user