aboutsummaryrefslogtreecommitdiffstats
path: root/doc/codesnippets/doc/src/snippets/qtreeview-dnd/qtreeview-dnd.pro
blob: 5dfabfc83d5784bb0ac922f71403b5fdf6260b09 (plain)
1
2
3
4
5
6
7
8
9
SOURCES     = dragdropmodel.cpp \
              main.cpp \
              mainwindow.cpp \
              treeitem.cpp \
              treemodel.cpp
HEADERS     = dragdropmodel.h \
              mainwindow.h \
              treeitem.h \
              treemodel.h