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 \
|
|
|
|
$$PWD/peer.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 \
|
2011-09-21 21:49:34 +04:00
|
|
|
$$PWD/peeraddition.h \
|
|
|
|
$$PWD/trackersadditiondlg.h \
|
|
|
|
$$PWD/pieceavailabilitybar.h \
|
|
|
|
$$PWD/proptabbar.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 \
|
|
|
|
$$PWD/proptabbar.cpp \
|
|
|
|
$$PWD/downloadedpiecesbar.cpp \
|
2015-06-02 12:09:15 +03:00
|
|
|
$$PWD/peeraddition.cpp \
|
|
|
|
$$PWD/trackersadditiondlg.cpp \
|
2011-09-21 21:49:34 +04:00
|
|
|
$$PWD/pieceavailabilitybar.cpp
|