mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-16 17:50:01 +00:00
21 lines
572 B
Plaintext
21 lines
572 B
Plaintext
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
!contains(DEFINES, DISABLE_GUI) {
|
||
|
FORMS += $$PWD/propertieswidget.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
|
||
|
|
||
|
SOURCES += $$PWD/propertieswidget.cpp \
|
||
|
$$PWD/peerlistwidget.cpp \
|
||
|
$$PWD/trackerlist.cpp
|
||
|
|
||
|
}
|