mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-11 01:44:58 -06: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
|
|
|
|
}
|