2010-10-22 21:49:55 +04:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
2010-11-20 20:21:40 +03:00
|
|
|
FORMS += $$PWD/propertieswidget.ui \
|
|
|
|
$$PWD/trackersadditiondlg.ui \
|
2015-06-06 08:07:08 +03:00
|
|
|
$$PWD/peersadditiondlg.ui
|
2010-10-22 21:49:55 +04:00
|
|
|
|
2010-10-23 00:13:22 +04:00
|
|
|
HEADERS += $$PWD/propertieswidget.h \
|
2011-09-21 21:49:34 +04:00
|
|
|
$$PWD/peerlistwidget.h \
|
|
|
|
$$PWD/proplistdelegate.h \
|
|
|
|
$$PWD/trackerlist.h \
|
|
|
|
$$PWD/downloadedpiecesbar.h \
|
|
|
|
$$PWD/peerlistdelegate.h \
|
2013-07-05 17:29:07 +04:00
|
|
|
$$PWD/peerlistsortmodel.h \
|
2015-06-06 08:07:08 +03:00
|
|
|
$$PWD/peersadditiondlg.h \
|
2011-09-21 21:49:34 +04:00
|
|
|
$$PWD/trackersadditiondlg.h \
|
|
|
|
$$PWD/pieceavailabilitybar.h \
|
2014-08-25 15:58:48 +04:00
|
|
|
$$PWD/proptabbar.h \
|
|
|
|
$$PWD/speedwidget.h \
|
2016-02-29 02:44:08 +03:00
|
|
|
$$PWD/speedplotview.h \
|
|
|
|
$$PWD/piecesbar.h
|
2010-10-22 21:49:55 +04:00
|
|
|
|
2010-10-23 00:13:22 +04:00
|
|
|
SOURCES += $$PWD/propertieswidget.cpp \
|
2015-06-02 12:09:15 +03:00
|
|
|
$$PWD/proplistdelegate.cpp \
|
2011-09-21 21:49:34 +04:00
|
|
|
$$PWD/peerlistwidget.cpp \
|
|
|
|
$$PWD/trackerlist.cpp \
|
2015-06-06 08:07:08 +03:00
|
|
|
$$PWD/peersadditiondlg.cpp \
|
2011-09-21 21:49:34 +04:00
|
|
|
$$PWD/downloadedpiecesbar.cpp \
|
2015-06-02 12:09:15 +03:00
|
|
|
$$PWD/trackersadditiondlg.cpp \
|
2014-08-25 15:58:48 +04:00
|
|
|
$$PWD/pieceavailabilitybar.cpp \
|
2015-06-06 08:07:08 +03:00
|
|
|
$$PWD/proptabbar.cpp \
|
2014-08-25 15:58:48 +04:00
|
|
|
$$PWD/speedwidget.cpp \
|
2016-02-29 02:44:08 +03:00
|
|
|
$$PWD/speedplotview.cpp \
|
|
|
|
$$PWD/piecesbar.cpp
|