qBittorrent/src/gui/properties/properties.pri

34 lines
1.1 KiB
Text
Raw Normal View History

2010-10-22 21:49:55 +04:00
INCLUDEPATH += $$PWD
FORMS += $$PWD/propertieswidget.ui \
$$PWD/trackersadditiondlg.ui \
$$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 \
$$PWD/peerlistsortmodel.h \
$$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 \
$$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 \
$$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 \
$$PWD/proptabbar.cpp \
2014-08-25 15:58:48 +04:00
$$PWD/speedwidget.cpp \
$$PWD/speedplotview.cpp \
$$PWD/piecesbar.cpp