summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/5_edit/5_edit.pro
blob: e18c59610e00d04620ac886818f8fa67eb1d6071 (plain)
1
2
3
4
5
6
7
8
9
10
TARGET = mv_edit

TEMPLATE = app

SOURCES += main.cpp \
           modelview.cpp \
           mymodel.cpp

HEADERS += modelview.h \
           mymodel.h