mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-10 17:17:29 +03:00
26 lines
658 B
Text
26 lines
658 B
Text
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
|
|
|
|
}
|
|
|
|
HEADERS += \
|
|
properties/proptabbar.h
|
|
|
|
SOURCES += \
|
|
properties/proptabbar.cpp
|