mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-17 05:21:50 +03:00
3ecc8c8d67
FEATURE: The optimal piece size is now automatically computed in the torrent creation tool COSMETIC: Improved the torrent creation tool appearance
10 lines
219 B
Text
10 lines
219 B
Text
INCLUDEPATH += $$PWD
|
|
|
|
FORMS += $$PWD/createtorrent.ui
|
|
|
|
HEADERS += $$PWD/torrentcreatordlg.h \
|
|
$$PWD/torrentcreatorthread.h
|
|
|
|
SOURCES += $$PWD/torrentcreatordlg.cpp \
|
|
$$PWD/torrentcreatorthread.cpp
|
|
|