diff options
Diffstat (limited to 'Swift/QtUI/Roster/Roster.pri')
-rw-r--r-- | Swift/QtUI/Roster/Roster.pri | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Swift/QtUI/Roster/Roster.pri b/Swift/QtUI/Roster/Roster.pri index bc14889..c9e7b2d 100644 --- a/Swift/QtUI/Roster/Roster.pri +++ b/Swift/QtUI/Roster/Roster.pri @@ -2,11 +2,15 @@ SOURCES += $$PWD/RosterDelegate.cpp \ # $$PWD/RosterItem.cpp \ $$PWD/RosterModel.cpp \ $$PWD/QtTreeWidget.cpp \ - $$PWD/QtTreeWidgetItem.cpp + $$PWD/QtTreeWidgetItem.cpp \ + $$PWD/DelegateCommons.cpp \ + $$PWD/GroupItemDelegate.cpp HEADERS += $$PWD/RosterDelegate.h \ # $$PWD/RosterItem.h \ $$PWD/RosterModel.h \ $$PWD/QtTreeWidget.h \ $$PWD/QtTreeWidgetFactory.h \ - $$PWD/QtTreeWidgetItem.h + $$PWD/QtTreeWidgetItem.h \ + $$PWD/DelegateCommons.h \ + $$PWD/GroupItemDelegate.h |