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 \
|
2010-10-22 17:49:55 +00:00
|
|
|
$$PWD/peerlistwidget.h \
|
|
|
|
$$PWD/proplistdelegate.h \
|
|
|
|
$$PWD/trackerlist.h \
|
|
|
|
$$PWD/downloadedpiecesbar.h \
|
|
|
|
$$PWD/peerlistdelegate.h \
|
|
|
|
$$PWD/peeraddition.h \
|
|
|
|
$$PWD/trackersadditiondlg.h \
|
2010-10-22 20:13:22 +00:00
|
|
|
$$PWD/pieceavailabilitybar.h \
|
|
|
|
$$PWD/proptabbar.h
|
2010-10-22 17:49:55 +00:00
|
|
|
|
2010-10-22 20:13:22 +00:00
|
|
|
SOURCES += $$PWD/propertieswidget.cpp \
|
2010-10-22 17:49:55 +00:00
|
|
|
$$PWD/peerlistwidget.cpp \
|
2010-10-22 20:13:22 +00:00
|
|
|
$$PWD/trackerlist.cpp \
|
2011-09-21 01:07:27 +02:00
|
|
|
$$PWD/proptabbar.cpp \
|
|
|
|
properties/downloadedpiecesbar.cpp
|