1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-04 02:45:44 +00:00
qBittorrent/src/torrentcreator/torrentcreator.pri

11 lines
219 B
Plaintext
Raw Normal View History

INCLUDEPATH += $$PWD
FORMS += $$PWD/createtorrent.ui
HEADERS += $$PWD/torrentcreatordlg.h \
$$PWD/torrentcreatorthread.h
SOURCES += $$PWD/torrentcreatordlg.cpp \
$$PWD/torrentcreatorthread.cpp