blob: bc1488912e15bbcb9aa3b5016cc2495e7f0734be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SOURCES += $$PWD/RosterDelegate.cpp \
# $$PWD/RosterItem.cpp \
$$PWD/RosterModel.cpp \
$$PWD/QtTreeWidget.cpp \
$$PWD/QtTreeWidgetItem.cpp
HEADERS += $$PWD/RosterDelegate.h \
# $$PWD/RosterItem.h \
$$PWD/RosterModel.h \
$$PWD/QtTreeWidget.h \
$$PWD/QtTreeWidgetFactory.h \
$$PWD/QtTreeWidgetItem.h
|