mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
24 lines
727 B
Plaintext
24 lines
727 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
FORMS += $$PWD/propertieswidget.ui \
|
|
$$PWD/trackersadditiondlg.ui \
|
|
$$PWD/peer.ui
|
|
|
|
HEADERS += $$PWD/propertieswidget.h \
|
|
$$PWD/peerlistwidget.h \
|
|
$$PWD/proplistdelegate.h \
|
|
$$PWD/trackerlist.h \
|
|
$$PWD/downloadedpiecesbar.h \
|
|
$$PWD/peerlistdelegate.h \
|
|
$$PWD/peeraddition.h \
|
|
$$PWD/trackersadditiondlg.h \
|
|
$$PWD/pieceavailabilitybar.h \
|
|
$$PWD/proptabbar.h
|
|
|
|
SOURCES += $$PWD/propertieswidget.cpp \
|
|
$$PWD/peerlistwidget.cpp \
|
|
$$PWD/trackerlist.cpp \
|
|
$$PWD/proptabbar.cpp \
|
|
$$PWD/downloadedpiecesbar.cpp \
|
|
$$PWD/pieceavailabilitybar.cpp
|