2010-10-22 17:49:55 +00:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
2010-11-20 17:21:40 +00:00
|
|
|
FORMS += $$PWD/propertieswidget.ui \
|
|
|
|
$$PWD/trackersadditiondlg.ui \
|
|
|
|
$$PWD/peer.ui
|
2010-10-22 17:49:55 +00:00
|
|
|
|
2010-10-22 20:13:22 +00:00
|
|
|
HEADERS += $$PWD/propertieswidget.h \
|
2011-09-21 20:49:34 +03: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 \
|
2011-09-21 20:49:34 +03:00
|
|
|
$$PWD/peeraddition.h \
|
|
|
|
$$PWD/trackersadditiondlg.h \
|
|
|
|
$$PWD/pieceavailabilitybar.h \
|
2014-08-25 15:58:48 +04:00
|
|
|
$$PWD/proptabbar.h \
|
|
|
|
$$PWD/speedwidget.h \
|
|
|
|
$$PWD/speedplotview.h
|
2010-10-22 17:49:55 +00:00
|
|
|
|
2010-10-22 20:13:22 +00:00
|
|
|
SOURCES += $$PWD/propertieswidget.cpp \
|
2015-06-02 12:09:15 +03:00
|
|
|
$$PWD/proplistdelegate.cpp \
|
2011-09-21 20:49:34 +03:00
|
|
|
$$PWD/peerlistwidget.cpp \
|
|
|
|
$$PWD/trackerlist.cpp \
|
|
|
|
$$PWD/proptabbar.cpp \
|
|
|
|
$$PWD/downloadedpiecesbar.cpp \
|
2015-06-02 12:09:15 +03:00
|
|
|
$$PWD/peeraddition.cpp \
|
|
|
|
$$PWD/trackersadditiondlg.cpp \
|
2014-08-25 15:58:48 +04:00
|
|
|
$$PWD/pieceavailabilitybar.cpp \
|
|
|
|
$$PWD/speedwidget.cpp \
|
|
|
|
$$PWD/speedplotview.cpp
|