mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 04:38:04 -06:00
FEATURE: The optimal piece size is now automatically computed in the torrent creation tool COSMETIC: Improved the torrent creation tool appearance
11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
FORMS += $$PWD/createtorrent.ui
|
|
|
|
HEADERS += $$PWD/torrentcreatordlg.h \
|
|
$$PWD/torrentcreatorthread.h
|
|
|
|
SOURCES += $$PWD/torrentcreatordlg.cpp \
|
|
$$PWD/torrentcreatorthread.cpp
|
|
|