mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-17 05:21:50 +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
|
||
|
|