mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-05 14:47:25 +03:00
11 lines
219 B
Text
11 lines
219 B
Text
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
FORMS += $$PWD/createtorrent.ui
|
||
|
|
||
|
HEADERS += $$PWD/torrentcreatordlg.h \
|
||
|
$$PWD/torrentcreatorthread.h
|
||
|
|
||
|
SOURCES += $$PWD/torrentcreatordlg.cpp \
|
||
|
$$PWD/torrentcreatorthread.cpp
|
||
|
|