mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-04 02:45:44 +00:00
3ecc8c8d67
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
|
|
|